org.mule.test.integration.interceptor
Class SharedInterceptorStackTestCase.CustomInterceptor

java.lang.Object
  extended by org.mule.processor.AbstractInterceptingMessageProcessor
      extended by org.mule.test.integration.interceptor.SharedInterceptorStackTestCase.CustomInterceptor
All Implemented Interfaces:
MuleContextAware, Interceptor, InterceptingMessageProcessor, MessageProcessor, MessageSource
Enclosing class:
SharedInterceptorStackTestCase

public static class SharedInterceptorStackTestCase.CustomInterceptor
extends AbstractInterceptingMessageProcessor
implements Interceptor


Field Summary
 
Fields inherited from class org.mule.processor.AbstractInterceptingMessageProcessor
logger, muleContext, next, notificationHandler
 
Constructor Summary
SharedInterceptorStackTestCase.CustomInterceptor()
           
 
Method Summary
 MuleEvent process(MuleEvent event)
           
 
Methods inherited from class org.mule.processor.AbstractInterceptingMessageProcessor
fireNotification, getMuleContext, processNext, setListener, setMuleContext, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.mule.api.source.MessageSource
setListener
 

Constructor Detail

SharedInterceptorStackTestCase.CustomInterceptor

public SharedInterceptorStackTestCase.CustomInterceptor()
Method Detail

process

public MuleEvent process(MuleEvent event)
                  throws MuleException
Specified by:
process in interface Interceptor
Specified by:
process in interface MessageProcessor
Throws:
MuleException


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.