|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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()
|
Methods in org.apache.axis2.jaxws with parameters of type Binding | |
---|---|
void |
BindingProvider.setBinding(Binding binding)
|
Uses of Binding in org.apache.axis2.jaxws.binding |
---|
Classes in org.apache.axis2.jaxws.binding that implement Binding | |
---|---|
class |
BindingImpl
|
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 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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |