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, 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 PortInfo.createBinding(WebServiceFeature[] webServiceFeatures, Class<?> portInterface)
          Creates BindingImpl for this PortInfo.
 BindingImpl SEIPortInfo.createBinding(WebServiceFeature[] webServiceFeatures, Class<?> portInterface)
           
 BindingImpl SEIPortInfo.createBinding(WebServiceFeatureList webServiceFeatures, Class<?> portInterface)
           
 BindingImpl PortInfo.createBinding(WebServiceFeatureList webServiceFeatures, Class<?> portInterface, BindingImpl existingBinding)
           
 

Methods in com.sun.xml.ws.client with parameters of type BindingImpl
 BindingImpl PortInfo.createBinding(WebServiceFeatureList webServiceFeatures, Class<?> portInterface, BindingImpl existingBinding)
           
protected  InvocationHandler WSServiceDelegate.getStubHandler(BindingImpl binding, SEIPortInfo eif, WSEndpointReference epr)
           
 

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

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

Methods in com.sun.xml.ws.client.dispatch with parameters of type BindingImpl
static Dispatch<Source> DispatchImpl.createSourceDispatch(QName port, Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
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 BindingImpl
DataSourceDispatch(QName port, Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
DataSourceDispatch(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, WSEndpointReference epr)
           
DispatchImpl(QName port, Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
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(QName port, JAXBContext jc, Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
JAXBDispatch(WSPortInfo portInfo, JAXBContext jc, Service.Mode mode, BindingImpl binding, WSEndpointReference epr)
           
MessageDispatch(QName port, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
MessageDispatch(WSPortInfo portInfo, BindingImpl binding, WSEndpointReference epr)
           
PacketDispatch(QName port, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
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(QName port, Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)
          Deprecated. 
SOAPMessageDispatch(WSPortInfo portInfo, Service.Mode mode, 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(WSPortInfo portInfo, BindingImpl binding, SOAPSEIModel seiModel, WSEndpointReference epr)
           
SEIStub(WSServiceDelegate owner, BindingImpl binding, SOAPSEIModel seiModel, Tube master, WSEndpointReference epr)
          Deprecated. 
 



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