Uses of Interface
org.apache.axis2.jaxws.spi.BindingProvider
-
-
Uses of BindingProvider in org.apache.axis2.jaxws
Classes in org.apache.axis2.jaxws that implement BindingProvider Modifier and Type Class Description class
BindingProvider
-
Uses of BindingProvider in org.apache.axis2.jaxws.binding
Methods in org.apache.axis2.jaxws.binding with parameters of type BindingProvider Modifier and Type Method Description void
BindingImpl. configure(MessageContext messageContext, BindingProvider provider)
-
Uses of BindingProvider in org.apache.axis2.jaxws.client.config
Methods in org.apache.axis2.jaxws.client.config with parameters of type BindingProvider Modifier and Type Method Description void
AddressingConfigurator. configure(MessageContext messageContext, BindingProvider provider)
void
MTOMConfigurator. configure(MessageContext messageContext, BindingProvider provider)
void
RespectBindingConfigurator. configure(MessageContext messageContext, BindingProvider provider)
-
Uses of BindingProvider in org.apache.axis2.jaxws.client.dispatch
Classes in org.apache.axis2.jaxws.client.dispatch that implement BindingProvider Modifier and Type Class Description class
BaseDispatch<T>
class
JAXBDispatch<T>
class
XMLDispatch<T>
-
Uses of BindingProvider in org.apache.axis2.jaxws.client.proxy
Classes in org.apache.axis2.jaxws.client.proxy that implement BindingProvider Modifier and Type Class Description class
JAXWSProxyHandler
ProxyHandler is the java.lang.reflect.InvocationHandler implementation. -
Uses of BindingProvider in org.apache.axis2.jaxws.feature
Methods in org.apache.axis2.jaxws.feature with parameters of type BindingProvider Modifier and Type Method Description void
ClientConfigurator. configure(MessageContext messageContext, BindingProvider provider)
Perform client-side configuration for aWebServiceFeature
.void
ClientFramework. configure(MessageContext messageContext, BindingProvider provider)
-
Uses of BindingProvider in org.apache.axis2.jaxws.spi
Methods in org.apache.axis2.jaxws.spi with parameters of type BindingProvider Modifier and Type Method Description void
Binding. configure(MessageContext messageContext, BindingProvider provider)
-