Uses of Interface
org.apache.axis2.jaxws.spi.Binding
-
Packages that use Binding Package Description org.apache.axis2.jaxws.binding org.apache.axis2.jaxws.client.config org.apache.axis2.jaxws.feature -
-
Uses of Binding in org.apache.axis2.jaxws.binding
Classes in org.apache.axis2.jaxws.binding that implement Binding Modifier and Type Class Description 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. -
Uses of Binding in org.apache.axis2.jaxws.client.config
Methods in org.apache.axis2.jaxws.client.config with parameters of type Binding Modifier and Type Method Description boolean
AddressingConfigurator. supports(Binding binding)
boolean
MTOMConfigurator. supports(Binding binding)
boolean
RespectBindingConfigurator. supports(Binding binding)
-
Uses of Binding in org.apache.axis2.jaxws.feature
Methods in org.apache.axis2.jaxws.feature with parameters of type Binding Modifier and Type Method Description boolean
ClientConfigurator. supports(Binding binding)
Indicates whether the configurator supports the specified binding.
-