org.apache.cxf.ws.rm
Class RetransmissionInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor
      extended by org.apache.cxf.ws.rm.RetransmissionInterceptor
All Implemented Interfaces:
Interceptor, PhaseInterceptor

public class RetransmissionInterceptor
extends AbstractPhaseInterceptor


Constructor Summary
RetransmissionInterceptor()
           
 
Method Summary
 RMManager getManager()
           
 void handleFault(Message message)
           
 void handleMessage(Message message)
           
 void setManager(RMManager manager)
           
 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBefore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetransmissionInterceptor

public RetransmissionInterceptor()
Method Detail

getManager

public RMManager getManager()

setManager

public void setManager(RMManager manager)

handleMessage

public void handleMessage(Message message)
                   throws Fault
Throws:
Fault

handleFault

public void handleFault(Message message)
Specified by:
handleFault in interface Interceptor
Overrides:
handleFault in class AbstractPhaseInterceptor


Apache CXF