Apache CXF API

Uses of Class
org.apache.cxf.ws.rm.soap.RetransmissionQueueImpl.ResendCandidate

Packages that use RetransmissionQueueImpl.ResendCandidate
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
protected  RetransmissionQueueImpl.ResendCandidate RetransmissionQueueImpl.cacheUnacknowledged(Message message)
          Accepts a new resend candidate.
protected  RetransmissionQueueImpl.ResendCandidate RetransmissionQueueImpl.createResendCandidate(Message message)
           
 

Methods in org.apache.cxf.ws.rm.soap that return types with arguments of type RetransmissionQueueImpl.ResendCandidate
protected  List<RetransmissionQueueImpl.ResendCandidate> RetransmissionQueueImpl.getSequenceCandidates(SourceSequence seq)
           
protected  List<RetransmissionQueueImpl.ResendCandidate> RetransmissionQueueImpl.getSequenceCandidates(String key)
           
protected  Map<String,List<RetransmissionQueueImpl.ResendCandidate>> RetransmissionQueueImpl.getUnacknowledged()
           
 


Apache CXF API

Apache CXF