Apache CXF API

org.apache.cxf.management.interceptor
Class AbstractMessageResponseTimeInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
      extended by org.apache.cxf.management.interceptor.AbstractMessageResponseTimeInterceptor
All Implemented Interfaces:
Interceptor<Message>, PhaseInterceptor<Message>
Direct Known Subclasses:
ResponseTimeMessageInInterceptor, ResponseTimeMessageInvokerInterceptor, ResponseTimeMessageOutInterceptor

public abstract class AbstractMessageResponseTimeInterceptor
extends AbstractPhaseInterceptor<Message>


Method Summary
protected  void beginHandlingMessage(Exchange ex)
           
protected  void endHandlingMessage(Exchange ex)
           
protected  boolean isClient(Message msg)
           
protected  void setOneWayMessage(Exchange ex)
           
 
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
 
Methods inherited from interface org.apache.cxf.interceptor.Interceptor
handleMessage
 

Method Detail

isClient

protected boolean isClient(Message msg)

beginHandlingMessage

protected void beginHandlingMessage(Exchange ex)

endHandlingMessage

protected void endHandlingMessage(Exchange ex)

setOneWayMessage

protected void setOneWayMessage(Exchange ex)

Apache CXF API

Apache CXF