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:
org.apache.cxf.interceptor.Interceptor, org.apache.cxf.phase.PhaseInterceptor

public class RetransmissionInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor


Constructor Summary
RetransmissionInterceptor()
           
 
Method Summary
 RMManager getManager()
           
 void handleFault(org.apache.cxf.message.Message message)
           
 void handleMessage(org.apache.cxf.message.Message message)
           
 void setManager(RMManager manager)
           
 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAfter, getBefore, getId, getPhase, isGET, 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(org.apache.cxf.message.Message message)
                   throws org.apache.cxf.interceptor.Fault
Throws:
org.apache.cxf.interceptor.Fault

handleFault

public void handleFault(org.apache.cxf.message.Message message)
Specified by:
handleFault in interface org.apache.cxf.interceptor.Interceptor
Overrides:
handleFault in class org.apache.cxf.phase.AbstractPhaseInterceptor


Apache CXF