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(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)
ServerConfigurator
WebServiceFeature
.configure
in interface ServerConfigurator
public static String mapResponseAttributeToAddressing(AddressingFeature.Responses responses)
responses
- Enum value from the Addressing.responses annotation attributepublic 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.