Uses of Interface
org.apache.cxf.ws.rm.RetryStatus
Packages that use RetryStatus
-
Uses of RetryStatus in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return RetryStatusModifier and TypeMethodDescriptionRedeliveryQueue.getRedeliveryStatus(DestinationSequence seq, long num) Returns the retransmission status for the specified message.RetransmissionQueue.getRetransmissionStatus(SourceSequence seq, long num) Returns the retransmission status for the specified message.Methods in org.apache.cxf.ws.rm that return types with arguments of type RetryStatusModifier and TypeMethodDescriptionRedeliveryQueue.getRedeliveryStatuses(DestinationSequence seq) Return the retransmission status of all the messages assigned to the sequence.RetransmissionQueue.getRetransmissionStatuses(SourceSequence seq) Return the retransmission status of all the messages assigned to the sequence. -
Uses of RetryStatus in org.apache.cxf.ws.rm.soap
Classes in org.apache.cxf.ws.rm.soap that implement RetryStatusModifier and TypeClassDescriptionprotected classprotected classRepresents a candidate for resend, i.e.Methods in org.apache.cxf.ws.rm.soap that return RetryStatusModifier and TypeMethodDescriptionRedeliveryQueueImpl.getRedeliveryStatus(DestinationSequence seq, long num) RetransmissionQueueImpl.getRetransmissionStatus(SourceSequence seq, long num) Methods in org.apache.cxf.ws.rm.soap that return types with arguments of type RetryStatusModifier and TypeMethodDescriptionRedeliveryQueueImpl.getRedeliveryStatuses(DestinationSequence seq) RetransmissionQueueImpl.getRetransmissionStatuses(SourceSequence seq)