org.apache.axis2.jaxws.server.config
Class MTOMConfigurator
java.lang.Object
org.apache.axis2.jaxws.server.config.MTOMConfigurator
- All Implemented Interfaces:
- ServerConfigurator
public class MTOMConfigurator
- extends Object
- implements ServerConfigurator
Method Summary |
void |
configure(EndpointDescription endpointDescription)
Perform server-side configuration for a WebServiceFeature . |
boolean |
supports(String bindingId)
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 |
MTOMConfigurator
public MTOMConfigurator()
configure
public void configure(EndpointDescription endpointDescription)
- Description copied from interface:
ServerConfigurator
- Perform server-side configuration for a
WebServiceFeature
.
- Specified by:
configure
in interface ServerConfigurator
supports
public boolean supports(String bindingId)
- Description copied from interface:
ServerConfigurator
- Indicates whether the configurator supports the specified binding.
- Specified by:
supports
in interface ServerConfigurator
- Parameters:
bindingId
- the binding id to test
- Returns:
true
if the configurator supports the binding id, false
otherwise.
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.