org.apache.cxf.ws.rm
Class RetransmissionInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor
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
| 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 |
RetransmissionInterceptor
public RetransmissionInterceptor()
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.