Uses of Interface
com.sun.xml.ws.developer.WSBindingProvider
-
Packages that use WSBindingProvider Package Description com.sun.xml.ws.api.pipe Pipeand related abstractions. -
-
Uses of WSBindingProvider in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe that return WSBindingProvider Modifier and Type Method Description WSBindingProviderClientTubeAssemblerContext. getBindingProvider()The pipeline is created for thisWSBindingProvider.Constructors in com.sun.xml.ws.api.pipe with parameters of type WSBindingProvider Constructor Description ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSBindingProvider bindingProvider, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei)This constructor should be used only by JAX-WS Runtime and is not meant for external consumption.
-