Uses of Class
com.sun.xml.ws.binding.BindingImpl
Packages that use BindingImpl
Package
Description
This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
SEIStub and its supporting code.-
Uses of BindingImpl in com.sun.xml.ws.binding
Subclasses of BindingImpl in com.sun.xml.ws.bindingMethods in com.sun.xml.ws.binding that return BindingImpl -
Uses of BindingImpl in com.sun.xml.ws.client
Fields in com.sun.xml.ws.client declared as BindingImplMethods in com.sun.xml.ws.client that return BindingImplModifier and TypeMethodDescriptionPortInfo.createBinding(WebServiceFeatureList webServiceFeatures, Class<?> portInterface, BindingImpl existingBinding) PortInfo.createBinding(javax.xml.ws.WebServiceFeature[] webServiceFeatures, Class<?> portInterface) CreatesBindingImplfor thisPortInfo.SEIPortInfo.createBinding(WebServiceFeatureList webServiceFeatures, Class<?> portInterface) SEIPortInfo.createBinding(javax.xml.ws.WebServiceFeature[] webServiceFeatures, Class<?> portInterface) Methods in com.sun.xml.ws.client with parameters of type BindingImplModifier and TypeMethodDescriptionPortInfo.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 BindingImplModifierConstructorDescriptionprotectedStub(WSPortInfo portInfo, BindingImpl binding, EndpointAddress defaultEndPointAddress, WSEndpointReference epr) protectedStub(WSPortInfo portInfo, BindingImpl binding, Tube master, EndpointAddress defaultEndPointAddress, WSEndpointReference epr) protectedStub(WSServiceDelegate owner, Tube master, BindingImpl binding, WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, WSEndpointReference epr) Deprecated.protectedStub(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 BindingImplModifier and TypeMethodDescriptionstatic javax.xml.ws.Dispatch<Source>DispatchImpl.createSourceDispatch(WSPortInfo portInfo, javax.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr) static javax.xml.ws.Dispatch<Source>DispatchImpl.createSourceDispatch(QName port, javax.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 BindingImplModifierConstructorDescriptionDataSourceDispatch(WSPortInfo portInfo, javax.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr) DataSourceDispatch(QName port, javax.xml.ws.Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr) Deprecated.protectedDispatchImpl(WSPortInfo portInfo, javax.xml.ws.Service.Mode mode, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg) protectedDispatchImpl(WSPortInfo portInfo, javax.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr) protectedDispatchImpl(WSPortInfo portInfo, javax.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg) protectedDispatchImpl(WSPortInfo portInfo, javax.xml.ws.Service.Mode mode, BindingImpl binding, Tube pipe, WSEndpointReference epr, boolean allowFaultResponseMsg) protectedDispatchImpl(QName port, javax.xml.ws.Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr) Deprecated.JAXBDispatch(WSPortInfo portInfo, javax.xml.bind.JAXBContext jc, javax.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr) JAXBDispatch(QName port, javax.xml.bind.JAXBContext jc, javax.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, javax.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr) SOAPMessageDispatch(QName port, javax.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 BindingImplModifierConstructorDescriptionSEIStub(WSPortInfo portInfo, BindingImpl binding, SOAPSEIModel seiModel, WSEndpointReference epr) SEIStub(WSServiceDelegate owner, BindingImpl binding, SOAPSEIModel seiModel, Tube master, WSEndpointReference epr) Deprecated.