Uses of Interface
javax.xml.ws.Binding

Packages that use Binding
javax.xml.ws   
javax.xml.ws.http   
javax.xml.ws.soap   
org.apache.axis2.jaxws   
org.apache.axis2.jaxws.binding   
org.apache.axis2.jaxws.core   
org.apache.axis2.jaxws.server.endpoint   
org.apache.axis2.jaxws.spi   
 

Uses of Binding in javax.xml.ws
 

Methods in javax.xml.ws that return Binding
 Binding BindingProvider.getBinding()
           
abstract  Binding Endpoint.getBinding()
           
 

Uses of Binding in javax.xml.ws.http
 

Subinterfaces of Binding in javax.xml.ws.http
 interface HTTPBinding
           
 

Uses of Binding in javax.xml.ws.soap
 

Subinterfaces of Binding in javax.xml.ws.soap
 interface SOAPBinding
           
 

Uses of Binding in org.apache.axis2.jaxws
 

Methods in org.apache.axis2.jaxws that return Binding
 Binding BindingProvider.getBinding()
           
 

Uses of Binding in org.apache.axis2.jaxws.binding
 

Classes in org.apache.axis2.jaxws.binding that implement Binding
 class BindingImpl
          Classes that would normally "implement javax.xml.ws.Binding" should extend this class instead.
 class HTTPBinding
           
 class SOAPBinding
          An implementation of the javax.xml.ws.soap.SOAPBinding interface.
 

Methods in org.apache.axis2.jaxws.binding that return Binding
static Binding BindingUtils.createBinding(EndpointDescription ed)
          Creates a Binding instance based on an EndpointDescription.
 

Uses of Binding in org.apache.axis2.jaxws.core
 

Methods in org.apache.axis2.jaxws.core with parameters of type Binding
static EndpointInvocationContext InvocationContextFactory.createEndpointInvocationContext(Binding binding)
           
static InvocationContext InvocationContextFactory.createInvocationContext(Binding binding)
          Creates an instance of an InvocationContext based on the Binding that was passed in.
 

Uses of Binding in org.apache.axis2.jaxws.server.endpoint
 

Methods in org.apache.axis2.jaxws.server.endpoint that return Binding
 Binding EndpointImpl.getBinding()
           
 

Constructors in org.apache.axis2.jaxws.server.endpoint with parameters of type Binding
EndpointImpl(java.lang.Object o, Binding bnd, EndpointDescription ed)
           
 

Uses of Binding in org.apache.axis2.jaxws.spi
 

Subinterfaces of Binding in org.apache.axis2.jaxws.spi
 interface Binding
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.