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

Packages that use WSPortInfo
com.sun.xml.ws.api.client   
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
 

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

Methods in com.sun.xml.ws.api.client with parameters of type WSPortInfo
 List<javax.xml.ws.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.client
 

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

Methods in com.sun.xml.ws.client with parameters of type WSPortInfo
(package private) abstract  void HandlerConfigurator.configureHandlers(WSPortInfo port, BindingImpl binding)
          Configures the given BindingImpl object by adding handlers to it.
(package private)  void HandlerConfigurator.HandlerResolverImpl.configureHandlers(WSPortInfo port, BindingImpl binding)
           
(package private)  void HandlerConfigurator.AnnotationConfigurator.configureHandlers(WSPortInfo port, BindingImpl binding)