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 |
---|---|
protected void |
RMOutInterceptor.addAckRequest(Message msg,
RMProperties rmpsIn,
SourceSequence seq,
SequenceType sequence)
Add AcknowledgementRequested to message if needed.
|
void |
EncoderDecoder.buildHeaders(RMProperties rmps,
List<Header> headers)
Builds an element containing WS-RM headers.
|
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 |
RMSoapInInterceptor.unmarshalRMProperties(SoapMessage message)
Decode the RM properties from protocol-specific headers.
|
Modifier and Type | Method and Description |
---|---|
void |
RMSoapInInterceptor.decodeHeaders(SoapMessage message,
List<Header> headers,
RMProperties rmps) |
static void |
RMSoapOutInterceptor.encode(SoapMessage message,
RMProperties rmps)
Encode the current RM properties in protocol-specific headers.
|
Apache CXF