org.apache.axis2.jaxws.client.config
Class MTOMConfigurator

java.lang.Object
  extended by org.apache.axis2.jaxws.client.config.MTOMConfigurator
All Implemented Interfaces:
ClientConfigurator

public class MTOMConfigurator
extends java.lang.Object
implements ClientConfigurator


Constructor Summary
MTOMConfigurator()
           
 
Method Summary
 void configure(MessageContext messageContext, BindingProvider provider)
          Perform client-side configuration for a WebServiceFeature.
 boolean supports(Binding binding)
          Indicates whether the configurator supports the specified binding.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MTOMConfigurator

public MTOMConfigurator()
Method Detail

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 © 2007 Apache Web Services Project. All Rights Reserved.