Uses of Class
com.sun.xml.ws.binding.BindingImpl

Packages that use BindingImpl
com.sun.xml.ws.binding   
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.client.dispatch   
com.sun.xml.ws.client.sei   
 

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

Subclasses of BindingImpl in com.sun.xml.ws.binding
 class HTTPBindingImpl
           
 class SOAPBindingImpl
           
 

Methods in com.sun.xml.ws.binding that return BindingImpl
static BindingImpl BindingImpl.create(BindingID bindingId)
           
static BindingImpl BindingImpl.create(BindingID bindingId, javax.xml.ws.WebServiceFeature[] features)
           
 

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

Fields in com.sun.xml.ws.client declared as BindingImpl
protected  BindingImpl Stub.binding
           
 

Methods in com.sun.xml.ws.client that return BindingImpl
 BindingImpl SEIPortInfo.createBinding(javax.xml.ws.WebServiceFeature[] webServiceFeatures, Class<?> portInterface)
           
 BindingImpl PortInfo.createBinding(javax.xml.ws.WebServiceFeature[] webServiceFeatures, Class<?> portInterface)
          Creates BindingImpl for this PortInfo.
 

Methods in com.sun.xml.ws.client with parameters of type BindingImpl
(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)
           
 

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

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

Methods in com.sun.xml.ws.client.dispatch with parameters of type BindingImpl
static javax.xml.ws.Dispatch<Source> DispatchImpl.createSourceDispatch(QName port, javax.xml.ws.Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
           
 

Constructors in com.sun.xml.ws.client.dispatch with parameters of type BindingImpl
DataSourceDispatch(QName port, javax.xml.ws.Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr)
           
DispatchImpl(QName port, javax.xml.ws.Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
           
JAXBDispatch(QName port, JAXBContext jc, javax.xml.ws.Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr)
           
MessageDispatch(QName port, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr)
           
RESTSourceDispatch(QName port, javax.xml.ws.Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
           
SOAPMessageDispatch(QName port, javax.xml.ws.Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
           
SOAPSourceDispatch(QName port, javax.xml.ws.Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
           
 

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

Constructors in com.sun.xml.ws.client.sei with parameters of type BindingImpl
SEIStub(WSServiceDelegate owner, BindingImpl binding, SOAPSEIModel seiModel, Tube master, WSEndpointReference epr)