Class MTOMConfigurator
- java.lang.Object
-
- org.apache.axis2.jaxws.server.config.MTOMConfigurator
-
- All Implemented Interfaces:
ServerConfigurator
public class MTOMConfigurator extends Object implements ServerConfigurator
-
-
Constructor Summary
Constructors Constructor Description MTOMConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(EndpointDescription endpointDescription)Perform server-side configuration for aWebServiceFeature.booleansupports(String bindingId)Indicates whether the configurator supports the specified binding.
-
-
-
Method Detail
-
configure
public void configure(EndpointDescription endpointDescription)
Description copied from interface:ServerConfiguratorPerform server-side configuration for aWebServiceFeature.- Specified by:
configurein interfaceServerConfigurator
-
supports
public boolean supports(String bindingId)
Description copied from interface:ServerConfiguratorIndicates whether the configurator supports the specified binding.- Specified by:
supportsin interfaceServerConfigurator- Parameters:
bindingId- the binding id to test- Returns:
trueif the configurator supports the binding id,falseotherwise.
-
-