Package | Description |
---|---|
org.apache.cxf.ws.rm | |
org.apache.cxf.ws.rm.soap |
Modifier and Type | Method and Description |
---|---|
static RMProperties |
RMContextUtils.retrieveRMProperties(Message message,
boolean outbound)
Retrieve the RM properties from the current message.
|
Modifier and Type | Method and Description |
---|---|
static void |
RMContextUtils.storeRMProperties(Message message,
RMProperties rmps,
boolean outbound)
Store the RM properties in the current message.
|
Modifier and Type | Method and Description |
---|---|
RMProperties |
RMSoapInterceptor.unmarshalRMProperties(SoapMessage message)
Decode the RM properties from protocol-specific headers.
|
Modifier and Type | Method and Description |
---|---|
static void |
RMSoapInterceptor.encode(SoapMessage message,
RMProperties rmps)
Encode the current RM properties in protocol-specific headers.
|
Apache CXF