Uses of Class
org.apache.cxf.ws.rm.RMProperties
Packages that use RMProperties
-
Uses of RMProperties in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return RMPropertiesModifier and TypeMethodDescriptionstatic RMPropertiesRMContextUtils.retrieveRMProperties(Message message, boolean outbound) Retrieve the RM properties from the current message.Methods in org.apache.cxf.ws.rm with parameters of type RMPropertiesModifier and TypeMethodDescriptionprotected voidRMOutInterceptor.addAckRequest(Message msg, RMProperties rmpsIn, SourceSequence seq, SequenceType sequence) Add AcknowledgementRequested to message if needed.voidEncoderDecoder.buildHeaders(RMProperties rmps, List<Header> headers) Builds an element containing WS-RM headers.static voidRMContextUtils.storeRMProperties(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 RMPropertiesModifier and TypeMethodDescriptionRMSoapInInterceptor.unmarshalRMProperties(SoapMessage message) Decode the RM properties from protocol-specific headers.Methods in org.apache.cxf.ws.rm.soap with parameters of type RMPropertiesModifier and TypeMethodDescriptionvoidRMSoapInInterceptor.decodeHeaders(SoapMessage message, List<Header> headers, RMProperties rmps) static voidRMSoapOutInterceptor.encode(SoapMessage message, RMProperties rmps) Encode the current RM properties in protocol-specific headers.