| org.apache.cxf.ws.rm.AbstractRMInterceptor
All known Subclasses: org.apache.cxf.ws.rm.RMOutInterceptor, org.apache.cxf.ws.rm.RMInInterceptor,
AbstractRMInterceptor | abstract public class AbstractRMInterceptor extends AbstractPhaseInterceptor (Code) | | 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.
The same interceptor can be used on multiple endpoints.
|
AbstractRMInterceptor | protected AbstractRMInterceptor()(Code) | | |
assertReliability | void assertReliability(Message message)(Code) | | Asserts all RMAssertion assertions for the current message, regardless their attributes
(if there is more thsn one we have ensured that they are all supported by considering
e.g. the minimum acknowledgment interval).
Parameters: message - the current message |
getBus | public Bus getBus()(Code) | | |
handleMessage | public void handleMessage(Message msg) throws Fault(Code) | | |
setBus | public void setBus(Bus bus)(Code) | | |
|
|