|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AddressingProperties | |
---|---|
org.apache.cxf.ws.addressing |
Uses of AddressingProperties in org.apache.cxf.ws.addressing |
---|
Methods in org.apache.cxf.ws.addressing that return AddressingProperties | |
---|---|
AddressingProperties |
AddressingProperties.createCompatibleResponseProperties()
|
abstract AddressingProperties |
AddressingBuilder.newAddressingProperties()
AddressingProperties factory method. |
static AddressingProperties |
ContextUtils.retrieveMAPs(Message message,
boolean isProviderContext,
boolean isOutbound)
|
static AddressingProperties |
ContextUtils.retrieveMAPs(Message message,
boolean isProviderContext,
boolean isOutbound,
boolean warnIfMissing)
|
Methods in org.apache.cxf.ws.addressing with parameters of type AddressingProperties | |
---|---|
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. |
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |