|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.jaxws.server.config.AddressingConfigurator
public class AddressingConfigurator
This class will enable/disable WS-Addressing for a JAX-WS 2.1 web service
endpoint, based on the configuration passed to it via an Addressing
annotation and/or a SubmissionAddressing
annotation from the
endpoint implementation bean.
Addressing
,
SubmissionAddressing
Constructor Summary | |
---|---|
AddressingConfigurator()
|
Method Summary | |
---|---|
void |
configure(EndpointDescription endpointDescription)
Perform server-side configuration for a WebServiceFeature . |
static String |
mapResponseAttributeToAddressing(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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddressingConfigurator()
Method Detail |
---|
public void configure(EndpointDescription endpointDescription)
ServerConfigurator
WebServiceFeature
.
configure
in interface ServerConfigurator
public static String mapResponseAttributeToAddressing(Responses responses)
responses
- Enum value from the Addressing.responses annotation attribute
public boolean supports(String bindingId)
ServerConfigurator
supports
in interface ServerConfigurator
bindingId
- the binding id to test
true
if the configurator supports the binding id, false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |