Package 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
Modifier and TypeMethodDescriptionvoidresend(org.apache.cxf.message.Message message, boolean requestAcknowledge) Resend mechanics.
-
Method Details
-
resend
void resend(org.apache.cxf.message.Message message, boolean requestAcknowledge) Resend mechanics.- Parameters:
message-requestAcknowledge- if a AckRequest should be included
-