Class RMOutInterceptor

java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<T>
org.apache.cxf.ws.rm.AbstractRMInterceptor<org.apache.cxf.message.Message>
org.apache.cxf.ws.rm.RMOutInterceptor
All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>, org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>

public class RMOutInterceptor extends AbstractRMInterceptor<org.apache.cxf.message.Message>
  • Constructor Details

    • RMOutInterceptor

      public RMOutInterceptor()
  • Method Details

    • handle

      protected void handle(org.apache.cxf.message.Message msg) throws SequenceFault, RMException
      Specified by:
      handle in class AbstractRMInterceptor<org.apache.cxf.message.Message>
      Throws:
      SequenceFault
      RMException
    • addAckRequest

      protected void addAckRequest(org.apache.cxf.message.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 -