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

java.lang.Object
  extended by org.mule.test.integration.routing.nested.HelloService
All Implemented Interfaces:
HelloInterface

public class HelloService
extends Object
implements HelloInterface


Constructor Summary
HelloService()
           
 
Method Summary
 String hello(String s, Integer v)
           
 Object returnNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloService

public HelloService()
Method Detail

hello

public String hello(String s,
                    Integer v)
Specified by:
hello in interface HelloInterface

returnNull

public Object returnNull()
Specified by:
returnNull in interface HelloInterface


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