Uses of Class
org.codehaus.xfire.service.Binding

Packages that use Binding
org.codehaus.xfire   
org.codehaus.xfire.client   
org.codehaus.xfire.service Contains the classes and interfaces for the service model of XFire. 
org.codehaus.xfire.service.binding   
org.codehaus.xfire.soap SOAP protocol specific contants 
org.codehaus.xfire.transport   
org.codehaus.xfire.transport.http   
org.codehaus.xfire.wsdl11.parser   
 

Uses of Binding in org.codehaus.xfire
 

Methods in org.codehaus.xfire that return Binding
 Binding MessageContext.getBinding()
           
 

Methods in org.codehaus.xfire with parameters of type Binding
 void MessageContext.setBinding(Binding binding)
           
 

Uses of Binding in org.codehaus.xfire.client
 

Methods in org.codehaus.xfire.client with parameters of type Binding
 java.lang.Object XFireProxyFactory.create(Binding binding, java.lang.String address)
           
 

Constructors in org.codehaus.xfire.client with parameters of type Binding
Client(Binding binding, java.lang.String url)
           
Client(Transport t, Binding binding, java.lang.String url)
           
Client(Binding binding, Transport transport, Service service, java.lang.String url, java.lang.String endpointUri)
           
 

Uses of Binding in org.codehaus.xfire.service
 

Methods in org.codehaus.xfire.service that return Binding
 Binding Endpoint.getBinding()
           
 Binding Service.getBinding(javax.xml.namespace.QName name)
           
 Binding Service.getBinding(java.lang.String id)
           
 

Methods in org.codehaus.xfire.service with parameters of type Binding
 void Service.addBinding(Binding binding)
           
 Endpoint Service.addEndpoint(javax.xml.namespace.QName name, Binding binding, java.lang.String address)
           
 

Constructors in org.codehaus.xfire.service with parameters of type Binding
Endpoint(javax.xml.namespace.QName name, Binding binding)
           
Endpoint(javax.xml.namespace.QName name, Binding binding, java.lang.String url)
           
 

Uses of Binding in org.codehaus.xfire.service.binding
 

Methods in org.codehaus.xfire.service.binding with parameters of type Binding
protected  void ObjectServiceFactory.configureHeaders(Service service, OperationInfo op, Binding b)
           
 Endpoint ObjectServiceFactory.createEndpoint(Service service, javax.xml.namespace.QName name, java.lang.String url, Binding binding)
          Creates an endpoint for a service.
 

Uses of Binding in org.codehaus.xfire.soap
 

Subclasses of Binding in org.codehaus.xfire.soap
 class AbstractSoapBinding
          A SOAP Binding which contains information on how SOAP is mapped to the service model.
 class Soap11Binding
          A SOAP Binding which contains information on how SOAP is mapped to the service model.
 class Soap12Binding
          A SOAP 1.2 Binding.
 

Uses of Binding in org.codehaus.xfire.transport
 

Methods in org.codehaus.xfire.transport that return Binding
 Binding DelegatedTransport.findBinding(MessageContext context, Service service)
           
 Binding AbstractTransport.findBinding(MessageContext context, Service service)
           
 Binding Transport.findBinding(MessageContext context, Service service)
           
 

Uses of Binding in org.codehaus.xfire.transport.http
 

Methods in org.codehaus.xfire.transport.http that return Binding
 Binding SoapHttpTransport.findBinding(MessageContext context, Service service)
           
 

Uses of Binding in org.codehaus.xfire.wsdl11.parser
 

Methods in org.codehaus.xfire.wsdl11.parser that return Binding
protected abstract  Binding BindingAnnotator.getBinding()
           
protected  Binding SoapBindingAnnotator.getBinding()
           
 



Copyright © 2004-2006 null. All Rights Reserved.