|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
Object |
XFireProxyFactory.create(Binding binding,
String address)
|
Constructors in org.codehaus.xfire.client with parameters of type Binding | |
---|---|
Client(Binding binding,
String url)
Create a client which uses a particular Binding with a specified URL. |
|
Client(Binding binding,
Transport transport,
Service service,
String url,
String endpointUri)
Create a Client on the specified Transport for a Service . |
|
Client(Transport t,
Binding binding,
String url)
Create a client which uses a particular Binding with a specified URL
and a specified Transport . |
Uses of Binding in org.codehaus.xfire.service |
---|
Methods in org.codehaus.xfire.service that return Binding | |
---|---|
Binding |
Endpoint.getBinding()
|
Binding |
Service.getBinding(QName name)
|
Binding |
Service.getBinding(String id)
|
Methods in org.codehaus.xfire.service with parameters of type Binding | |
---|---|
void |
Service.addBinding(Binding binding)
|
Endpoint |
Service.addEndpoint(QName name,
Binding binding,
String address)
|
Constructors in org.codehaus.xfire.service with parameters of type Binding | |
---|---|
Endpoint(QName name,
Binding binding)
|
|
Endpoint(QName name,
Binding binding,
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,
QName name,
String url,
Binding binding)
Creates an endpoint for a service. |
void |
BindingProvider.initialize(Service service,
Binding binding)
|
void |
AbstractBindingProvider.initialize(Service endpoint,
Binding binding)
|
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 |
Transport.findBinding(MessageContext context,
Service service)
|
Binding |
AbstractTransport.findBinding(MessageContext context,
Service service)
|
Binding |
DelegatedTransport.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 Binding |
SoapBindingAnnotator.getBinding()
|
protected abstract Binding |
BindingAnnotator.getBinding()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |