public class RespectBindingConfigurator extends Object implements ServerConfigurator
ServerConfigurator interface that will
configure the endpoint based on the presence of a RespectBinding
attribute.| Constructor and Description |
|---|
RespectBindingConfigurator() |
| 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–2020 The Apache Software Foundation. All rights reserved.