Uses of Class
org.apache.cxf.ws.rm.RMConstants
-
Packages that use RMConstants Package Description org.apache.cxf.ws.rm -
-
Uses of RMConstants in org.apache.cxf.ws.rm
Subclasses of RMConstants in org.apache.cxf.ws.rm Modifier and Type Class Description 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 Modifier and Type Method Description abstract RMConstants
EncoderDecoder. getConstants()
Get the WS-ReliableMessaging constants used by this encoder/decoder.RMConstants
EncoderDecoder10AImpl. getConstants()
RMConstants
EncoderDecoder10Impl. getConstants()
RMConstants
EncoderDecoder11Impl. getConstants()
RMConstants
ProtocolVariation. getConstants()
static RMConstants
RMUtils. getConstants(String uri)
Get the constants for a particular WS-ReliableMessaging namespace.
-