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)
           
 Object returnNull(Date date)
           
 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)

returnNull

public Object returnNull(Date date)

setHello

public void setHello(HelloInterface hello)

getHello

public HelloInterface getHello()


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