Class 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 Detail

      • RMOutInterceptor

        public RMOutInterceptor()
    • Method Detail

      • 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 -