Uses of Interface
com.sun.xml.ws.developer.WSBindingProvider

Packages that use WSBindingProvider
com.sun.xml.ws.api.client   
com.sun.xml.ws.api.pipe Pipe and related abstractions. 
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 WSBindingProvider in com.sun.xml.ws.api.client
 

Methods in com.sun.xml.ws.api.client with parameters of type WSBindingProvider
 void ServiceInterceptor.postCreateDispatch(WSBindingProvider bp)
          A callback to notify that a Dispatch object is created.
 void ServiceInterceptor.postCreateProxy(WSBindingProvider bp, java.lang.Class<?> serviceEndpointInterface)
          A callback to notify the event of creation of proxy object for SEI endpoint.
 

Uses of WSBindingProvider in com.sun.xml.ws.api.pipe
 

Methods in com.sun.xml.ws.api.pipe that return WSBindingProvider
 WSBindingProvider ClientTubeAssemblerContext.getBindingProvider()
          The pipeline is created for this WSBindingProvider.
 

Constructors in com.sun.xml.ws.api.pipe with parameters of type WSBindingProvider
ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSBindingProvider bindingProvider, WSBinding binding, Container container, Codec codec, SEIModel seiModel, java.lang.Class sei)
          This constructor should be used only by JAX-WS Runtime and is not meant for external consumption.
 

Uses of WSBindingProvider in com.sun.xml.ws.client
 

Classes in com.sun.xml.ws.client that implement WSBindingProvider
 class Stub
          Base class for stubs, which accept method invocations from client applications and pass the message to a Tube for processing.
 

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

Classes in com.sun.xml.ws.client.dispatch that implement WSBindingProvider
 class DataSourceDispatch
           
 class DispatchImpl<T>
          The DispatchImpl abstract class provides support for the dynamic invocation of a service endpoint operation using XML constructs, JAXB objects or SOAPMessage.
 class JAXBDispatch
          The JAXBDispatch class provides support for the dynamic invocation of a service endpoint operation using JAXB objects.
 class MessageDispatch
          Dispatch implementation for Message.
 class PacketDispatch
          Dispatch implementation for Packet.
 class SOAPMessageDispatch
          The SOAPMessageDispatch class provides support for the dynamic invocation of a service endpoint operation using the SOAPMessage class.
 

Uses of WSBindingProvider in com.sun.xml.ws.client.sei
 

Classes in com.sun.xml.ws.client.sei that implement WSBindingProvider
 class SEIStub
          Stub that handles method invocations through a strongly-typed endpoint interface.
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.