org.apache.cxf.ws.rm
Class RMOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<T>
org.apache.cxf.ws.rm.AbstractRMInterceptor<Message>
org.apache.cxf.ws.rm.RMOutInterceptor
- All Implemented Interfaces:
- Interceptor<Message>, PhaseInterceptor<Message>
public class RMOutInterceptor
- extends AbstractRMInterceptor<Message>
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMOutInterceptor
public RMOutInterceptor()
handle
protected void handle(Message msg)
throws SequenceFault,
RMException
- Specified by:
handle
in class AbstractRMInterceptor<Message>
- Throws:
SequenceFault
RMException
addAckRequest
protected void addAckRequest(Message msg,
RMProperties rmpsIn,
SourceSequence seq,
SequenceType sequence)
- Add AcknowledgementRequested to message if needed. The AckRequest mode set either in the message
properties or in the source policy is used to determine whether AcknowledgementRequested is always
added, never added, or added only when we're waiting for the acknowledgement to a previously-sent
message.
- Parameters:
msg
- rmpsIn
- seq
- sequence
-
Apache CXF