Apache CXF API

Uses of Class
org.apache.cxf.ws.rm.RMProperties

Packages that use RMProperties
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
static RMProperties RMContextUtils.retrieveRMProperties(Message message, boolean outbound)
          Retrieve the RM properties from the current message.
 

Methods in org.apache.cxf.ws.rm with parameters of type RMProperties
 Element EncoderDecoder11Impl.buildHeaders(RMProperties rmps, QName qname)
           
 Element EncoderDecoder10Impl.buildHeaders(RMProperties rmps, QName qname)
           
 Element EncoderDecoder10AImpl.buildHeaders(RMProperties rmps, QName qname)
           
 Element EncoderDecoder.buildHeaders(RMProperties rmps, QName qname)
          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.
 

Uses of RMProperties in org.apache.cxf.ws.rm.soap
 

Methods in org.apache.cxf.ws.rm.soap that return RMProperties
 RMProperties RMSoapInterceptor.unmarshalRMProperties(SoapMessage message)
          Decode the RM properties from protocol-specific headers.
 

Methods in org.apache.cxf.ws.rm.soap with parameters of type RMProperties
 void RMSoapInterceptor.decodeHeaders(SoapMessage message, List<Header> headers, RMProperties rmps)
           
static void RMSoapInterceptor.encode(SoapMessage message, RMProperties rmps)
          Encode the current RM properties in protocol-specific headers.
 


Apache CXF API

Apache CXF