Package org.apache.cxf.ws.rm.soap
Interface RetransmissionQueueImpl.Resender
-
- Enclosing class:
- RetransmissionQueueImpl
public static interface RetransmissionQueueImpl.ResenderEncapsulates actual resend logic (pluggable to facilitate unit testing)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresend(Message message, boolean requestAcknowledge)Resend mechanics.
-
-
-
Method Detail
-
resend
void resend(Message message, boolean requestAcknowledge)
Resend mechanics.- Parameters:
message-requestAcknowledge- if a AckRequest should be included
-
-