Apache CXF API

org.apache.cxf.ws.rm
Class RMInInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<T>
      extended by org.apache.cxf.ws.rm.AbstractRMInterceptor
          extended by org.apache.cxf.ws.rm.RMInInterceptor
All Implemented Interfaces:
Interceptor, PhaseInterceptor

public class RMInInterceptor
extends AbstractRMInterceptor


Constructor Summary
RMInInterceptor()
           
 
Method Summary
protected  void handle(Message message)
           
 
Methods inherited from class org.apache.cxf.ws.rm.AbstractRMInterceptor
getBus, getManager, handleMessage, setBus, setManager
 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAfter, getBefore, getId, getPhase, handleFault, isGET, setAfter, setBefore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMInInterceptor

public RMInInterceptor()
Method Detail

handle

protected void handle(Message message)
               throws SequenceFault,
                      RMException
Specified by:
handle in class AbstractRMInterceptor
Throws:
SequenceFault
RMException

Apache CXF API

Apache CXF