Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLPort

Packages that use WSDLPort
com.sun.xml.ws.addressing   
com.sun.xml.ws.addressing.v200408   
com.sun.xml.ws.api.addressing   
com.sun.xml.ws.api.client   
com.sun.xml.ws.api.handler   
com.sun.xml.ws.api.message Message and related abstractions that represent a SOAP message. 
com.sun.xml.ws.api.model   
com.sun.xml.ws.api.model.wsdl   
com.sun.xml.ws.api.pipe Pipe and related abstractions. 
com.sun.xml.ws.api.server APIs for hosting JAX-WS services. 
com.sun.xml.ws.api.wsdl.parser Extension point for WSDL parsing. 
com.sun.xml.ws.binding   
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.encoding.xml   
com.sun.xml.ws.handler   
com.sun.xml.ws.model   
com.sun.xml.ws.model.wsdl   
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
com.sun.xml.ws.server.provider   
com.sun.xml.ws.wsdl.parser   
 

Uses of WSDLPort in com.sun.xml.ws.addressing
 

Fields in com.sun.xml.ws.addressing declared as WSDLPort
protected  WSDLPort WsaTube.wsdlPort
          Port that we are processing.
protected  WSDLPort WsaTubeHelper.wsdlPort
           
 

Constructors in com.sun.xml.ws.addressing with parameters of type WSDLPort
WsaClientTube(WSDLPort wsdlPort, WSBinding binding, Tube next)
           
WsaServerTube(WSEndpoint endpoint, WSDLPort wsdlPort, WSBinding binding, Tube next)
           
WsaTube(WSDLPort wsdlPort, WSBinding binding, Tube next)
           
WsaTubeHelper(WSBinding binding, SEIModel seiModel, WSDLPort wsdlPort)
           
WsaTubeHelperImpl(WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
           
 

Uses of WSDLPort in com.sun.xml.ws.addressing.v200408
 

Constructors in com.sun.xml.ws.addressing.v200408 with parameters of type WSDLPort
WsaTubeHelperImpl(WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
           
 

Uses of WSDLPort in com.sun.xml.ws.api.addressing
 

Methods in com.sun.xml.ws.api.addressing with parameters of type WSDLPort
static AddressingVersion AddressingVersion.fromPort(WSDLPort port)
          Gets the AddressingVersion from a WSDLPort
abstract  WsaTubeHelper AddressingVersion.getWsaHelper(WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
          Returns WsaTubeHelper for the WS-Addressing version identified by binding WSBinding and for the WSDLPort port.
 

Uses of WSDLPort in com.sun.xml.ws.api.client
 

Methods in com.sun.xml.ws.api.client that return WSDLPort
 WSDLPort WSPortInfo.getPort()
          Gets the WSDLPort object that represents this port, if WSService is configured with WSDL.
 

Uses of WSDLPort in com.sun.xml.ws.api.handler
 

Methods in com.sun.xml.ws.api.handler that return WSDLPort
 WSDLPort MessageHandlerContext.getPort()
          Gets the WSDLPort that represents the port.
 

Uses of WSDLPort in com.sun.xml.ws.api.message
 

Methods in com.sun.xml.ws.api.message with parameters of type WSDLPort
 Packet Packet.createServerResponse(Message responseMessage, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
          Creates a server-side response Packet from a request packet (this).
 void HeaderList.fillRequestAddressingHeaders(WSDLPort wsdlPort, WSBinding binding, Packet packet)
          Creates a set of outbound WS-Addressing headers on the client with the default Action Message Addressing Property value.
 WSDLBoundOperation Message.getOperation(WSDLPort port)
          The same as Message.getOperation(WSDLBoundPortType) but takes WSDLPort for convenience.
 boolean Message.isOneWay(WSDLPort port)
          Returns true if this message is a request message for a one way operation according to the given WSDL.
 void HeaderList.readResponseAddressingHeaders(WSDLPort wsdlPort, WSBinding binding)
           
 

Uses of WSDLPort in com.sun.xml.ws.api.model
 

Methods in com.sun.xml.ws.api.model that return WSDLPort
 WSDLPort SEIModel.getPort()
          Gets the WSDLPort that represents the port that this SEI binds to.
 

Uses of WSDLPort in com.sun.xml.ws.api.model.wsdl
 

Methods in com.sun.xml.ws.api.model.wsdl that return WSDLPort
 WSDLPort WSDLService.get(QName portName)
          Gets the WSDLPort for a given port name
 WSDLPort WSDLService.getFirstPort()
          Gets the first WSDLPort if any, or otherwise null.
 

Methods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLPort
 Iterable<? extends WSDLPort> WSDLService.getPorts()
          Gives all the WSDLPort in a wsdl:service WSDLService
 

Uses of WSDLPort in com.sun.xml.ws.api.pipe
 

Methods in com.sun.xml.ws.api.pipe that return WSDLPort
 WSDLPort ClientTubeAssemblerContext.getWsdlModel()
          The created pipeline will be used to serve this port.
 WSDLPort ServerTubeAssemblerContext.getWsdlModel()
          The created pipeline will be used to serve this port.
 

Constructors in com.sun.xml.ws.api.pipe with parameters of type WSDLPort
ClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding)
          Deprecated.  
ClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container)
          Deprecated.  
ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding)
           
ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container)
           
ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec)
           
ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec, SEIModel seiModel)
           
ServerPipeAssemblerContext(SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint endpoint, Tube terminal, boolean isSynchronous)
          Deprecated.  
ServerTubeAssemblerContext(SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint endpoint, Tube terminal, boolean isSynchronous)
           
 

Uses of WSDLPort in com.sun.xml.ws.api.server
 

Methods in com.sun.xml.ws.api.server that return WSDLPort
abstract  WSDLPort WSEndpoint.getPort()
          Gets the port that this endpoint is serving.
 

Uses of WSDLPort in com.sun.xml.ws.api.wsdl.parser
 

Methods in com.sun.xml.ws.api.wsdl.parser with parameters of type WSDLPort
 void WSDLParserExtension.portAttributes(WSDLPort port, javax.xml.stream.XMLStreamReader reader)
           
 boolean WSDLParserExtension.portElements(WSDLPort port, javax.xml.stream.XMLStreamReader reader)
           
 

Uses of WSDLPort in com.sun.xml.ws.binding
 

Methods in com.sun.xml.ws.binding with parameters of type WSDLPort
 void WebServiceFeatureList.mergeFeatures(WSDLPort wsdlPort, boolean honorWsdlRequired, boolean reportConflicts)
          Extracts features from AbstractFeaturedObjectImpl.getFeatures().
 

Uses of WSDLPort in com.sun.xml.ws.client
 

Fields in com.sun.xml.ws.client declared as WSDLPort
 WSDLPort PortInfo.portModel
          If a port is known statically to a WSDL, PortInfo may have the corresponding WSDL model.
protected  WSDLPort Stub.wsdlPort
           
 

Methods in com.sun.xml.ws.client that return WSDLPort
 WSDLPort PortInfo.getPort()
           
 

Constructors in com.sun.xml.ws.client with parameters of type WSDLPort
ClientSchemaValidationTube(WSBinding binding, WSDLPort port, Tube next)
           
PortInfo(WSServiceDelegate owner, WSDLPort port)
           
SEIPortInfo(WSServiceDelegate owner, Class sei, SOAPSEIModel model, WSDLPort portModel)
           
Stub(WSServiceDelegate owner, Tube master, BindingImpl binding, WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, WSEndpointReference epr)
           
 

Uses of WSDLPort in com.sun.xml.ws.encoding.xml
 

Methods in com.sun.xml.ws.encoding.xml with parameters of type WSDLPort
 boolean XMLMessage.XMLMultiPart.isOneWay(WSDLPort port)
           
 

Uses of WSDLPort in com.sun.xml.ws.handler
 

Fields in com.sun.xml.ws.handler declared as WSDLPort
protected  WSDLPort HandlerTube.port
           
 

Methods in com.sun.xml.ws.handler that return WSDLPort
 WSDLPort MessageHandlerContextImpl.getPort()
           
 

Constructors in com.sun.xml.ws.handler with parameters of type WSDLPort
ClientLogicalHandlerTube(WSBinding binding, WSDLPort port, Tube next)
          Creates a new instance of LogicalHandlerTube
ClientMessageHandlerTube(SEIModel seiModel, WSBinding binding, WSDLPort port, Tube next)
          Creates a new instance of MessageHandlerTube
ClientSOAPHandlerTube(WSBinding binding, WSDLPort port, Tube next)
          Creates a new instance of SOAPHandlerTube
HandlerTube(Tube next, WSDLPort port)
           
MessageHandlerContextImpl(SEIModel seiModel, WSBinding binding, WSDLPort wsdlModel, Packet packet, Set<String> roles)
           
ServerLogicalHandlerTube(WSBinding binding, WSDLPort port, Tube next)
          Creates a new instance of LogicalHandlerTube
ServerSOAPHandlerTube(WSBinding binding, WSDLPort port, Tube next)
          Creates a new instance of SOAPHandlerTube
 

Uses of WSDLPort in com.sun.xml.ws.model
 

Methods in com.sun.xml.ws.model that return WSDLPort
 WSDLPort AbstractSEIModelImpl.getPort()
           
 

Uses of WSDLPort in com.sun.xml.ws.model.wsdl
 

Classes in com.sun.xml.ws.model.wsdl that implement WSDLPort
 class WSDLPortImpl
          Implementation of WSDLPort
 

Methods in com.sun.xml.ws.model.wsdl that return WSDLPort
 WSDLPort WSDLServiceImpl.getFirstPort()
           
 

Constructors in com.sun.xml.ws.model.wsdl with parameters of type WSDLPort
WSDLProperties(WSDLPort port)
           
 

Uses of WSDLPort in com.sun.xml.ws.server
 

Methods in com.sun.xml.ws.server that return WSDLPort
 WSDLPort WSEndpointImpl.getPort()
           
 

Constructors in com.sun.xml.ws.server with parameters of type WSDLPort
WSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Class<T> implementationClass, ServiceDefinitionImpl serviceDef, InvokerTube terminalTube, boolean isSynchronous)
           
 

Uses of WSDLPort in com.sun.xml.ws.server.provider
 

Methods in com.sun.xml.ws.server.provider with parameters of type WSDLPort
protected  Packet ProviderArgumentsBuilder.getResponse(Packet request, Exception e, WSDLPort port, WSBinding binding)
          Creates Message from method invocation's return value
protected  Packet XMLProviderArgumentBuilder.getResponse(Packet request, Exception e, WSDLPort port, WSBinding binding)
           
protected  Packet ProviderArgumentsBuilder.getResponse(Packet request, T returnValue, WSDLPort port, WSBinding binding)
          Creates Packet from method invocation's return value
 

Uses of WSDLPort in com.sun.xml.ws.wsdl.parser
 

Methods in com.sun.xml.ws.wsdl.parser with parameters of type WSDLPort
 void DelegatingParserExtension.portAttributes(WSDLPort port, javax.xml.stream.XMLStreamReader reader)
           
 void WSDLParserExtensionFacade.portAttributes(WSDLPort port, javax.xml.stream.XMLStreamReader reader)
           
 boolean DelegatingParserExtension.portElements(WSDLPort port, javax.xml.stream.XMLStreamReader reader)
           
 boolean FoolProofParserExtension.portElements(WSDLPort port, javax.xml.stream.XMLStreamReader reader)
           
 boolean MemberSubmissionAddressingWSDLParserExtension.portElements(WSDLPort port, javax.xml.stream.XMLStreamReader reader)
           
 boolean W3CAddressingMetadataWSDLParserExtension.portElements(WSDLPort port, javax.xml.stream.XMLStreamReader reader)
           
 boolean W3CAddressingWSDLParserExtension.portElements(WSDLPort port, javax.xml.stream.XMLStreamReader reader)
           
 boolean WSDLParserExtensionFacade.portElements(WSDLPort port, javax.xml.stream.XMLStreamReader reader)