Uses of Class
com.sun.xml.ws.binding.BindingImpl
-
Packages that use BindingImpl Package Description com.sun.xml.ws.binding com.sun.xml.ws.client This document describes the architecture of client side JAX-WS 2.0.1 runtime.com.sun.xml.ws.client.dispatch com.sun.xml.ws.client.sei SEIStuband its supporting code. -
-
Uses of BindingImpl in com.sun.xml.ws.binding
Subclasses of BindingImpl in com.sun.xml.ws.binding Modifier and Type Class Description classHTTPBindingImplclassSOAPBindingImplMethods in com.sun.xml.ws.binding that return BindingImpl Modifier and Type Method Description static BindingImplBindingImpl. create(BindingID bindingId)static BindingImplBindingImpl. create(BindingID bindingId, jakarta.xml.ws.WebServiceFeature[] features) -
Uses of BindingImpl in com.sun.xml.ws.client
Fields in com.sun.xml.ws.client declared as BindingImpl Modifier and Type Field Description protected BindingImplStub. bindingMethods in com.sun.xml.ws.client that return BindingImpl Modifier and Type Method Description BindingImplPortInfo. createBinding(WebServiceFeatureList webServiceFeatures, Class<?> portInterface, BindingImpl existingBinding)BindingImplPortInfo. createBinding(jakarta.xml.ws.WebServiceFeature[] webServiceFeatures, Class<?> portInterface)CreatesBindingImplfor thisPortInfo.BindingImplSEIPortInfo. createBinding(WebServiceFeatureList webServiceFeatures, Class<?> portInterface)BindingImplSEIPortInfo. createBinding(jakarta.xml.ws.WebServiceFeature[] webServiceFeatures, Class<?> portInterface)Methods in com.sun.xml.ws.client with parameters of type BindingImpl Modifier and Type Method Description BindingImplPortInfo. createBinding(WebServiceFeatureList webServiceFeatures, Class<?> portInterface, BindingImpl existingBinding)protected InvocationHandlerWSServiceDelegate. getStubHandler(BindingImpl binding, SEIPortInfo eif, WSEndpointReference epr)Constructors in com.sun.xml.ws.client with parameters of type BindingImpl Constructor Description 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.Stub(QName portname, 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 Modifier and Type Method Description static jakarta.xml.ws.Dispatch<Source>DispatchImpl. createSourceDispatch(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr)static jakarta.xml.ws.Dispatch<Source>DispatchImpl. createSourceDispatch(QName port, jakarta.xml.ws.Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)Deprecated.Constructors in com.sun.xml.ws.client.dispatch with parameters of type BindingImpl Constructor Description DataSourceDispatch(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr)DataSourceDispatch(QName port, jakarta.xml.ws.Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr)Deprecated.DispatchImpl(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg)DispatchImpl(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr)DispatchImpl(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg)DispatchImpl(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, Tube pipe, WSEndpointReference epr, boolean allowFaultResponseMsg)DispatchImpl(QName port, jakarta.xml.ws.Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)Deprecated.JAXBDispatch(WSPortInfo portInfo, jakarta.xml.bind.JAXBContext jc, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr)JAXBDispatch(QName port, jakarta.xml.bind.JAXBContext jc, jakarta.xml.ws.Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr)Deprecated.MessageDispatch(WSPortInfo portInfo, BindingImpl binding, WSEndpointReference epr)MessageDispatch(QName port, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr)Deprecated.PacketDispatch(WSPortInfo portInfo, Tube pipe, BindingImpl binding, WSEndpointReference epr)PacketDispatch(WSPortInfo portInfo, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg)PacketDispatch(WSPortInfo portInfo, BindingImpl binding, WSEndpointReference epr)PacketDispatch(QName port, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)Deprecated.SOAPMessageDispatch(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr)SOAPMessageDispatch(QName port, jakarta.xml.ws.Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr)Deprecated. -
Uses of BindingImpl in com.sun.xml.ws.client.sei
Constructors in com.sun.xml.ws.client.sei with parameters of type BindingImpl Constructor Description SEIStub(WSPortInfo portInfo, BindingImpl binding, SOAPSEIModel seiModel, WSEndpointReference epr)SEIStub(WSServiceDelegate owner, BindingImpl binding, SOAPSEIModel seiModel, Tube master, WSEndpointReference epr)Deprecated.
-