Uses of Interface
org.apache.cxf.ws.rm.soap.RetransmissionQueueImpl.Resender
-
Packages that use RetransmissionQueueImpl.Resender Package Description org.apache.cxf.ws.rm.soap -
-
Uses of RetransmissionQueueImpl.Resender in org.apache.cxf.ws.rm.soap
Methods in org.apache.cxf.ws.rm.soap that return RetransmissionQueueImpl.Resender Modifier and Type Method Description protected RetransmissionQueueImpl.Resender
RetransmissionQueueImpl. getDefaultResender()
Create default Resender logic.Methods in org.apache.cxf.ws.rm.soap with parameters of type RetransmissionQueueImpl.Resender Modifier and Type Method Description protected void
RetransmissionQueueImpl. replaceResender(RetransmissionQueueImpl.Resender replacement)
Plug in replacement resend logic (facilitates unit testing).
-