|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
PortInfo.createBinding(javax.xml.ws.WebServiceFeature[] webServiceFeatures,
Class<?> portInterface)
Creates BindingImpl for this PortInfo . |
BindingImpl |
SEIPortInfo.createBinding(javax.xml.ws.WebServiceFeature[] webServiceFeatures,
Class<?> portInterface)
|
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)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |