org.mule.source
Class StartableCompositeMessageSourceTestCase.NullMessageSource

java.lang.Object
  extended by org.mule.source.StartableCompositeMessageSourceTestCase.NullMessageSource
All Implemented Interfaces:
Startable, Stoppable, MessageSource
Enclosing class:
StartableCompositeMessageSourceTestCase

protected class StartableCompositeMessageSourceTestCase.NullMessageSource
extends Object
implements MessageSource, Startable, Stoppable


Field Summary
 
Fields inherited from interface org.mule.api.lifecycle.Startable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Stoppable
PHASE_NAME
 
Constructor Summary
StartableCompositeMessageSourceTestCase.NullMessageSource(MuleEvent event)
           
 
Method Summary
 void setListener(MessageProcessor listener)
           
 void start()
           
 void stop()
           
 String toString()
           
 void triggerSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StartableCompositeMessageSourceTestCase.NullMessageSource

public StartableCompositeMessageSourceTestCase.NullMessageSource(MuleEvent event)
Method Detail

setListener

public void setListener(MessageProcessor listener)
Specified by:
setListener in interface MessageSource

triggerSource

public void triggerSource()
                   throws MuleException
Throws:
MuleException

start

public void start()
           throws MuleException
Specified by:
start in interface Startable
Throws:
MuleException

stop

public void stop()
          throws MuleException
Specified by:
stop in interface Stoppable
Throws:
MuleException

toString

public String toString()
Overrides:
toString in class Object


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