Package | Description |
---|---|
org.apache.cxf.ws.addressing | |
org.apache.cxf.ws.addressing.soap | |
org.apache.cxf.ws.rm |
Modifier and Type | Method and Description |
---|---|
AddressingProperties |
AddressingProperties.createCompatibleResponseProperties() |
static AddressingProperties |
ContextUtils.retrieveMAPs(Message message,
boolean isProviderContext,
boolean isOutbound) |
static AddressingProperties |
ContextUtils.retrieveMAPs(Message message,
boolean isProviderContext,
boolean isOutbound,
boolean warnIfMissing) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ContextUtils.hasEmptyAction(AddressingProperties maps)
Helper method to determine if an MAPs Action is empty (a null action
is considered empty, whereas a zero length action suppresses
the propagation of the Action property).
|
static void |
ContextUtils.propogateReceivedMAPs(AddressingProperties inMAPs,
Exchange exchange)
Propagate inbound MAPs onto full reponse & fault messages.
|
static void |
ContextUtils.propogateReceivedMAPs(AddressingProperties inMAPs,
Message responseMessage)
Propogate inbound MAPs onto reponse message if applicable
(not applicable for oneways).
|
static void |
ContextUtils.storeMAPs(AddressingProperties maps,
Message message,
boolean isOutbound)
Store MAPs in the message.
|
static void |
ContextUtils.storeMAPs(AddressingProperties maps,
Message message,
boolean isOutbound,
boolean isRequestor)
Store MAPs in the message.
|
static void |
ContextUtils.storeMAPs(AddressingProperties maps,
Message message,
boolean isOutbound,
boolean isRequestor,
boolean isProviderContext)
Store MAPs in the message.
|
Modifier and Type | Method and Description |
---|---|
AddressingProperties |
MAPCodec.unmarshalMAPs(SoapMessage message)
Decode the MAPs from protocol-specific headers.
|
Modifier and Type | Method and Description |
---|---|
static AddressingProperties |
RMContextUtils.retrieveMAPs(Message message,
boolean isProviderContext,
boolean isOutbound)
Retrieves the addressing properties from the current message.
|
Modifier and Type | Method and Description |
---|---|
SourceSequence |
RMManager.getSequence(Identifier inSeqId,
Message message,
AddressingProperties maps) |
static void |
RMContextUtils.storeMAPs(AddressingProperties maps,
Message message,
boolean isOutbound,
boolean isRequestor)
Store MAPs in the message.
|
Apache CXF