org.wso2.wsas.util
Class TraceFilterImpl

java.lang.Object
  extended by org.wso2.wsas.util.TraceFilterImpl
All Implemented Interfaces:
org.wso2.tracer.module.TraceFilter

public class TraceFilterImpl
extends java.lang.Object
implements org.wso2.tracer.module.TraceFilter


Constructor Summary
TraceFilterImpl()
           
 
Method Summary
 boolean isFilteredOut(org.apache.axis2.context.MessageContext msgContext)
          Check whether message has to be filtered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceFilterImpl

public TraceFilterImpl()
Method Detail

isFilteredOut

public boolean isFilteredOut(org.apache.axis2.context.MessageContext msgContext)
Check whether message has to be filtered

Specified by:
isFilteredOut in interface org.wso2.tracer.module.TraceFilter
Parameters:
msgContext -
Returns:
true if the message has to be filtered out, false otherwise