org.mule.endpoint
Class AbstractMessageProcessorTestCase.TestListener

java.lang.Object
  extended by org.mule.endpoint.AbstractMessageProcessorTestCase.TestListener
All Implemented Interfaces:
MessageProcessor
Enclosing class:
AbstractMessageProcessorTestCase

public static class AbstractMessageProcessorTestCase.TestListener
extends Object
implements MessageProcessor


Field Summary
 MuleEvent sensedEvent
           
 
Constructor Summary
AbstractMessageProcessorTestCase.TestListener()
           
 
Method Summary
 MuleEvent process(MuleEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sensedEvent

public MuleEvent sensedEvent
Constructor Detail

AbstractMessageProcessorTestCase.TestListener

public AbstractMessageProcessorTestCase.TestListener()
Method Detail

process

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


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