public class MTOMConfigurator extends Object implements ServerConfigurator
| Constructor and Description |
|---|
MTOMConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(EndpointDescription endpointDescription)
Perform server-side configuration for a
WebServiceFeature. |
boolean |
supports(String bindingId)
Indicates whether the configurator supports the specified binding.
|
public void configure(EndpointDescription endpointDescription)
ServerConfiguratorWebServiceFeature.configure in interface ServerConfiguratorpublic boolean supports(String bindingId)
ServerConfiguratorsupports in interface ServerConfiguratorbindingId - the binding id to testtrue if the configurator supports the binding id, false
otherwise.Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.