public class AddressingConfigurator extends Object implements ServerConfigurator
Addressing
annotation and/or a SubmissionAddressing annotation from the
endpoint implementation bean.Addressing,
SubmissionAddressing| Constructor and Description |
|---|
AddressingConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(EndpointDescription endpointDescription)
Perform server-side configuration for a
WebServiceFeature. |
static String |
mapResponseAttributeToAddressing(javax.xml.ws.soap.AddressingFeature.Responses responses)
Given a value for the Addressing.responses annotation attribute, map it to the corresponding
Addressing constant to be set on the AxisSservice
|
boolean |
supports(String bindingId)
Indicates whether the configurator supports the specified binding.
|
public void configure(EndpointDescription endpointDescription)
ServerConfiguratorWebServiceFeature.configure in interface ServerConfiguratorpublic static String mapResponseAttributeToAddressing(javax.xml.ws.soap.AddressingFeature.Responses responses)
responses - Enum value from the Addressing.responses annotation attributepublic boolean supports(String bindingId)
ServerConfiguratorsupports in interface ServerConfiguratorbindingId - the binding id to testtrue if the configurator supports the binding id, false
otherwise.Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.