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

java.lang.Object
  extended by org.mule.processor.AbstractInterceptingMessageProcessorBase
      extended by org.mule.processor.AbstractInterceptingMessageProcessor
          extended by org.mule.test.integration.interceptor.SharedInterceptorStackTestCase.CustomInterceptor
All Implemented Interfaces:
AnnotatedObject, 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.AbstractInterceptingMessageProcessorBase
logger, muleContext, next, notificationHandler
 
Fields inherited from interface org.mule.api.AnnotatedObject
PROPERTY_NAME
 
Constructor Summary
SharedInterceptorStackTestCase.CustomInterceptor()
           
 
Method Summary
 MuleEvent process(MuleEvent event)
           
 
Methods inherited from class org.mule.processor.AbstractInterceptingMessageProcessorBase
getAnnotation, getAnnotations, getListener, getMuleContext, isEventValid, processNext, setAnnotations, 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-2012 MuleSoft, Inc.. All Rights Reserved.