Uses of Class
org.apache.cxf.ws.rm.RMProperties
-
Packages that use RMProperties Package Description org.apache.cxf.ws.rm org.apache.cxf.ws.rm.soap -
-
Uses of RMProperties in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return RMProperties Modifier and Type Method Description static RMProperties
RMContextUtils. retrieveRMProperties(org.apache.cxf.message.Message message, boolean outbound)
Retrieve the RM properties from the current message.Methods in org.apache.cxf.ws.rm with parameters of type RMProperties Modifier and Type Method Description protected void
RMOutInterceptor. addAckRequest(org.apache.cxf.message.Message msg, RMProperties rmpsIn, SourceSequence seq, SequenceType sequence)
Add AcknowledgementRequested to message if needed.void
EncoderDecoder. buildHeaders(RMProperties rmps, List<org.apache.cxf.headers.Header> headers)
Builds an element containing WS-RM headers.static void
RMContextUtils. storeRMProperties(org.apache.cxf.message.Message message, RMProperties rmps, boolean outbound)
Store the RM properties in the current message. -
Uses of RMProperties in org.apache.cxf.ws.rm.soap
Methods in org.apache.cxf.ws.rm.soap that return RMProperties Modifier and Type Method Description RMProperties
RMSoapInInterceptor. unmarshalRMProperties(org.apache.cxf.binding.soap.SoapMessage message)
Decode the RM properties from protocol-specific headers.Methods in org.apache.cxf.ws.rm.soap with parameters of type RMProperties Modifier and Type Method Description void
RMSoapInInterceptor. decodeHeaders(org.apache.cxf.binding.soap.SoapMessage message, List<org.apache.cxf.headers.Header> headers, RMProperties rmps)
static void
RMSoapOutInterceptor. encode(org.apache.cxf.binding.soap.SoapMessage message, RMProperties rmps)
Encode the current RM properties in protocol-specific headers.
-