Apache CXF API

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

Packages that use RMConstants
org.apache.cxf.ws.rm   
 

Uses of RMConstants in org.apache.cxf.ws.rm
 

Subclasses of RMConstants in org.apache.cxf.ws.rm
 class RM10Constants
          Holder for names for WS-ReliableMessaging 1.0.
 class RM11Constants
          Holder for names for WS-ReliableMessaging 1.1.
 

Methods in org.apache.cxf.ws.rm that return RMConstants
 RMConstants ProtocolVariation.getConstants()
           
 RMConstants EncoderDecoder11Impl.getConstants()
           
 RMConstants EncoderDecoder10Impl.getConstants()
           
 RMConstants EncoderDecoder10AImpl.getConstants()
           
 RMConstants EncoderDecoder.getConstants()
          Get the WS-ReliableMessaging constants used by this encoder/decoder.
static RMConstants RMUtils.getConstants(String uri)
          Get the constants for a particular WS-ReliableMessaging namespace.
 


Apache CXF API

Apache CXF