Uses of Class
org.apache.cxf.ws.rm.soap.RetransmissionQueueImpl.ResendCandidate
-
Packages that use RetransmissionQueueImpl.ResendCandidate Package Description org.apache.cxf.ws.rm.soap -
-
Uses of RetransmissionQueueImpl.ResendCandidate in org.apache.cxf.ws.rm.soap
Methods in org.apache.cxf.ws.rm.soap that return RetransmissionQueueImpl.ResendCandidate Modifier and Type Method Description protected RetransmissionQueueImpl.ResendCandidate
RetransmissionQueueImpl. cacheUnacknowledged(org.apache.cxf.message.Message message)
Accepts a new resend candidate.protected RetransmissionQueueImpl.ResendCandidate
RetransmissionQueueImpl. createResendCandidate(org.apache.cxf.message.Message message)
Methods in org.apache.cxf.ws.rm.soap that return types with arguments of type RetransmissionQueueImpl.ResendCandidate Modifier and Type Method Description protected List<RetransmissionQueueImpl.ResendCandidate>
RetransmissionQueueImpl. getSequenceCandidates(String key)
protected List<RetransmissionQueueImpl.ResendCandidate>
RetransmissionQueueImpl. getSequenceCandidates(SourceSequence seq)
protected Map<String,List<RetransmissionQueueImpl.ResendCandidate>>
RetransmissionQueueImpl. getUnacknowledged()
-