Package org.apache.axis2.jaxws.feature
Interface ClientConfigurator
- All Known Implementing Classes:
AddressingConfigurator,MTOMConfigurator,RespectBindingConfigurator
public interface ClientConfigurator
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(MessageContext messageContext, BindingProvider provider) Perform client-side configuration for aWebServiceFeature.booleanIndicates whether the configurator supports the specified binding.
-
Method Details
-
configure
Perform client-side configuration for aWebServiceFeature.- Parameters:
messageContext-provider-
-
supports
Indicates whether the configurator supports the specified binding.- Parameters:
binding- the binding to test- Returns:
trueif the configurator supports the binding,falseotherwise.
-