org.mule.test.cookbook.quartz
Class NoArgsMethodComponent

java.lang.Object
  extended by org.mule.test.cookbook.quartz.NoArgsMethodComponent

public class NoArgsMethodComponent
extends Object

A service that just requires its method to be invoked by Mule without an event


Constructor Summary
NoArgsMethodComponent()
           
 
Method Summary
 String fireMe()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoArgsMethodComponent

public NoArgsMethodComponent()
Method Detail

fireMe

public String fireMe()


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