org.mule.test.integration.routing.nested
Class Invoker

java.lang.Object
  extended by org.mule.test.integration.routing.nested.Invoker

public class Invoker
extends Object


Constructor Summary
Invoker()
           
 
Method Summary
 HelloInterface getHello()
           
 String invoke(String s)
           
 void setHello(HelloInterface hello)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Invoker

public Invoker()
Method Detail

invoke

public String invoke(String s)

setHello

public void setHello(HelloInterface hello)

getHello

public HelloInterface getHello()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.