public interface ServerConfigurator
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.
|
void configure(EndpointDescription endpointDescription)
WebServiceFeature
.endpointDescription
- boolean supports(String bindingId)
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.