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
 java.lang.String getId()
           
 RMManager getManager()
           
 java.lang.String getPhase()
           
 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, addBefore, getAfter, getBefore, isGET, setAfter, setBefore, setId, setPhase
 
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)

getPhase

public java.lang.String getPhase()
Specified by:
getPhase in interface org.apache.cxf.phase.PhaseInterceptor
Overrides:
getPhase in class org.apache.cxf.phase.AbstractPhaseInterceptor

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

getId

public java.lang.String getId()
Specified by:
getId in interface org.apache.cxf.phase.PhaseInterceptor
Overrides:
getId in class org.apache.cxf.phase.AbstractPhaseInterceptor


Copyright © 2006 Apache Software Foundation. All Rights Reserved.