Apache CXF API

Package org.apache.cxf.ws.rm

Interface Summary
BindingFaultFactory  
EncoderDecoder Interface for converting WS-ReliableMessaging structures to and from XML.
RetransmissionQueue  
RetransmissionStatus  
SequenceIdentifierGenerator  
 

Class Summary
AbstractEndpoint  
AbstractRMInterceptor<T extends Message> Interceptor responsible for implementing exchange of RM protocol messages, aggregating RM metadata in the application message and processing of RM metadata contained in incoming application messages.
AbstractSequence  
Destination  
DestinationSequence  
EncoderDecoder10AImpl WS-ReliableMessaging 1.0 encoding and decoding.
EncoderDecoder10Impl WS-ReliableMessaging 1.0 encoding and decoding.
EncoderDecoder11Impl WS-ReliableMessaging 1.1 encoding and decoding.
ManagedRMEndpoint The ManagedRMEndpoint is a JMX managed bean for RMEndpoint.
ManagedRMManager The ManagedRMManager is a JMX managed bean for RMManager.
Proxy  
RetransmissionCallback  
RetransmissionInterceptor  
RM10Constants Holder for names for WS-ReliableMessaging 1.0.
RM11Constants Holder for names for WS-ReliableMessaging 1.1.
RMCaptureInInterceptor  
RMConstants Holder for WS-RM names (of headers, namespaces etc.).
RMContextUtils Holder for utility methods relating to contexts.
RMDeliveryInterceptor Interceptor used for InOrder delivery of messages to the destination.
RMEndpoint  
RMInInterceptor  
RMManager  
RMMessageConstants A container for WS-RM message constants.
RMOutInterceptor  
RMProperties  
RMUtils  
SequenceMonitor  
Servant  
Source  
SourceSequence  
VersionTransformer This class is responsible for transforming between the native WS-ReliableMessaging schema version (currently http://docs.oasis-open.org/ws-rx/wsrm/200702) and exposed version (which may be the 200702 namespace, the http://schemas.xmlsoap.org/ws/2005/02/rm namespace using the old http://schemas.xmlsoap.org/ws/2004/08/addressing WS-Addressing namespace, or 2005/02 namespace with the newer http://www.w3.org/2005/08/addressing WS-Addressing namespace).
WrappedEndpoint  
WrappedService  
 

Enum Summary
ProtocolVariation Supported protocol variations.
 

Exception Summary
RMException PolicyException is the type of RuntimeException thrown by any exceptions encountered by the policy framework.
SequenceFault Holder for SequenceFault information.
 


Apache CXF API

Apache CXF