Class RespectBindingConfigurator
java.lang.Object
org.apache.axis2.jaxws.server.config.RespectBindingConfigurator
- All Implemented Interfaces:
ServerConfigurator
An implementation of the
ServerConfigurator interface that will
configure the endpoint based on the presence of a RespectBinding
attribute.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(EndpointDescription endpointDescription) Perform server-side configuration for aWebServiceFeature.booleanIndicates whether the configurator supports the specified binding.
-
Constructor Details
-
RespectBindingConfigurator
public RespectBindingConfigurator()
-
-
Method Details
-
configure
Description copied from interface:ServerConfiguratorPerform server-side configuration for aWebServiceFeature.- Specified by:
configurein interfaceServerConfigurator
-
supports
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.
-