Apache CXF API

org.apache.cxf.ws.rm
Class RMOutInterceptor

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

public class RMOutInterceptor
extends AbstractRMInterceptor<Message>


Constructor Summary
RMOutInterceptor()
           
 
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, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMOutInterceptor

public RMOutInterceptor()
Method Detail

handle

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

Apache CXF API

Apache CXF