org.apache.cxf.ws.rm.soap
Interface RetransmissionQueueImpl.Resender
- Enclosing class:
- RetransmissionQueueImpl
public static interface RetransmissionQueueImpl.Resender
Encapsulates actual resend logic (pluggable to facilitate unit testing)
Method Summary |
void |
resend(Message message,
boolean requestAcknowledge)
Resend mechanics. |
resend
void resend(Message message,
boolean requestAcknowledge)
- Resend mechanics.
- Parameters:
context
- the cloned message context.if
- a AckRequest should be included
Apache CXF