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)
ServerConfigurator
WebServiceFeature
.configure
in interface ServerConfigurator
public boolean supports(String bindingId)
ServerConfigurator
supports
in interface ServerConfigurator
bindingId
- the binding id to testtrue
if the configurator supports the binding id, false
otherwise.Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.