Uses of Interface
com.sun.xml.ws.api.client.WSPortInfo

Packages that use WSPortInfo
com.sun.xml.ws.api.client   
com.sun.xml.ws.api.config.management.policy   
com.sun.xml.ws.api.pipe Pipe and related abstractions. 
com.sun.xml.ws.assembler.dev   
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.client.dispatch   
com.sun.xml.ws.client.sei   
com.sun.xml.ws.developer JAX-WS RI vendor extension features that are available to the JAX-WS RI users. 
 

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

Methods in com.sun.xml.ws.api.client with parameters of type WSPortInfo
 List<WebServiceFeature> ServiceInterceptor.preCreateBinding(WSPortInfo port, Class<?> serviceEndpointInterface, WSFeatureList defaultFeatures)
          Called before WSBinding is created, to allow interceptors to add WebServiceFeatures to the created WSBinding.
 

Uses of WSPortInfo in com.sun.xml.ws.api.config.management.policy
 

Methods in com.sun.xml.ws.api.config.management.policy with parameters of type WSPortInfo
static ManagedClientAssertion ManagedClientAssertion.getAssertion(WSPortInfo portInfo)
          Return ManagedClient assertion if there is one associated with the client.
 

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

Methods in com.sun.xml.ws.api.pipe that return WSPortInfo
 WSPortInfo ClientTubeAssemblerContext.getPortInfo()
          The pipeline is created for this WSPortInfo.
 

Methods in com.sun.xml.ws.api.pipe with parameters of type WSPortInfo
static Dispatch<DataSource> Stubs.createDataSourceDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, WSEndpointReference epr)
          Creates a new Dispatch stub for DataSource.
static
<T> Dispatch<T>
Stubs.createDispatch(WSPortInfo portInfo, WSService owner, WSBinding binding, Class<T> clazz, Service.Mode mode, WSEndpointReference epr)
          Creates a new Dispatch stub that connects to the given pipe.
static Dispatch<Object> Stubs.createJAXBDispatch(WSPortInfo portInfo, WSBinding binding, JAXBContext jaxbContext, Service.Mode mode, WSEndpointReference epr)
          Creates a new JAXB-based Dispatch stub that connects to the given pipe.
static Dispatch<Message> Stubs.createMessageDispatch(WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr)
          Creates a new Message-based Dispatch stub that connects to the given pipe.
static Dispatch<Packet> Stubs.createPacketDispatch(WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr)
          Creates a new Message-based Dispatch stub that connects to the given pipe.
<T> T
Stubs.createPortProxy(WSPortInfo portInfo, WSBinding binding, SEIModel model, Class<T> portInterface, WSEndpointReference epr)
          Creates a new strongly-typed proxy object that implements a given port interface.
static Dispatch<SOAPMessage> Stubs.createSAAJDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, WSEndpointReference epr)
          Creates a new Dispatch stub for SOAPMessage.
static Dispatch<Source> Stubs.createSourceDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, WSEndpointReference epr)
          Creates a new Dispatch stub for Source.
 

Uses of WSPortInfo in com.sun.xml.ws.assembler.dev
 

Methods in com.sun.xml.ws.assembler.dev that return WSPortInfo
 WSPortInfo ClientTubelineAssemblyContext.getPortInfo()
           
 

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

Classes in com.sun.xml.ws.client that implement WSPortInfo
 class PortInfo
          Information about a port.
 class SEIPortInfo
          PortInfo that has SEIModel.
 

Fields in com.sun.xml.ws.client declared as WSPortInfo
protected  WSPortInfo Stub.portInfo
           
 

Methods in com.sun.xml.ws.client that return WSPortInfo
 WSPortInfo Stub.getPortInfo()
           
 

Constructors in com.sun.xml.ws.client with parameters of type WSPortInfo
Stub(WSPortInfo portInfo, BindingImpl binding, EndpointAddress defaultEndPointAddress, WSEndpointReference epr)
           
Stub(WSPortInfo portInfo, BindingImpl binding, Tube master, EndpointAddress defaultEndPointAddress, WSEndpointReference epr)
           
 

Uses of WSPortInfo in com.sun.xml.ws.client.dispatch
 

Methods in com.sun.xml.ws.client.dispatch with parameters of type WSPortInfo
static Dispatch<Source> DispatchImpl.createSourceDispatch(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, WSEndpointReference epr)
           
 

Constructors in com.sun.xml.ws.client.dispatch with parameters of type WSPortInfo
DataSourceDispatch(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, WSEndpointReference epr)
           
DispatchImpl(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, Tube pipe, WSEndpointReference epr, boolean allowFaultResponseMsg)
           
DispatchImpl(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, WSEndpointReference epr)
           
DispatchImpl(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg)
           
DispatchImpl(WSPortInfo portInfo, Service.Mode mode, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg)
           
JAXBDispatch(WSPortInfo portInfo, JAXBContext jc, Service.Mode mode, BindingImpl binding, WSEndpointReference epr)
           
MessageDispatch(WSPortInfo portInfo, BindingImpl binding, WSEndpointReference epr)
           
PacketDispatch(WSPortInfo portInfo, BindingImpl binding, WSEndpointReference epr)
           
PacketDispatch(WSPortInfo portInfo, Tube pipe, BindingImpl binding, WSEndpointReference epr)
           
PacketDispatch(WSPortInfo portInfo, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg)
           
SOAPMessageDispatch(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, WSEndpointReference epr)
           
 

Uses of WSPortInfo in com.sun.xml.ws.client.sei
 

Constructors in com.sun.xml.ws.client.sei with parameters of type WSPortInfo
SEIStub(WSPortInfo portInfo, BindingImpl binding, SOAPSEIModel seiModel, WSEndpointReference epr)
           
 

Uses of WSPortInfo in com.sun.xml.ws.developer
 

Methods in com.sun.xml.ws.developer that return WSPortInfo
 WSPortInfo WSBindingProvider.getPortInfo()
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.