Class RespectBindingConfigurator
- java.lang.Object
-
- org.apache.axis2.jaxws.client.config.RespectBindingConfigurator
-
- All Implemented Interfaces:
ClientConfigurator
public class RespectBindingConfigurator extends Object implements ClientConfigurator
-
-
Constructor Summary
Constructors Constructor Description RespectBindingConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(MessageContext messageContext, BindingProvider provider)Perform client-side configuration for aWebServiceFeature.booleansupports(Binding binding)Indicates whether the configurator supports the specified binding.
-
-
-
Method Detail
-
configure
public void configure(MessageContext messageContext, BindingProvider provider)
Description copied from interface:ClientConfiguratorPerform client-side configuration for aWebServiceFeature.- Specified by:
configurein interfaceClientConfigurator
-
supports
public boolean supports(Binding binding)
Description copied from interface:ClientConfiguratorIndicates whether the configurator supports the specified binding.- Specified by:
supportsin interfaceClientConfigurator- Parameters:
binding- the binding to test- Returns:
trueif the configurator supports the binding,falseotherwise.
-
-