Package org.apache.axis2.jaxws.feature
Interface ServerConfigurator
- All Known Implementing Classes:
AddressingConfigurator,MTOMConfigurator,RespectBindingConfigurator
public interface ServerConfigurator
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(EndpointDescription endpointDescription) Perform server-side configuration for aWebServiceFeature.booleanIndicates whether the configurator supports the specified binding.
-
Method Details
-
configure
Perform server-side configuration for aWebServiceFeature.- Parameters:
endpointDescription-
-
supports
Indicates whether the configurator supports the specified binding.- Parameters:
bindingId- the binding id to test- Returns:
trueif the configurator supports the binding id,falseotherwise.
-