org.apache.axis2.jaxws.client.config
Class MTOMConfigurator
java.lang.Object
org.apache.axis2.jaxws.client.config.MTOMConfigurator
- All Implemented Interfaces:
- ClientConfigurator
public class MTOMConfigurator
- extends Object
- implements ClientConfigurator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MTOMConfigurator
public MTOMConfigurator()
configure
public void configure(MessageContext messageContext,
BindingProvider provider)
- Description copied from interface:
ClientConfigurator
- Perform client-side configuration for a
WebServiceFeature
.
- Specified by:
configure
in interface ClientConfigurator
supports
public boolean supports(Binding binding)
- Description copied from interface:
ClientConfigurator
- Indicates whether the configurator supports the specified binding.
- Specified by:
supports
in interface ClientConfigurator
- Parameters:
binding
- the binding to test
- Returns:
true
if the configurator supports the binding, false
otherwise.
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.