org.mule.example.hello
Class Greeter

java.lang.Object
  extended by org.mule.example.hello.Greeter

public class Greeter
extends Object

Greeter expects a valid NameString object. If invalid, an exception is created and returned. The outbound router will filter exceptions as user errors and return the messages to the original requester accordingly.


Constructor Summary
Greeter()
           
 
Method Summary
 Object greet(NameString person)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Greeter

public Greeter()
Method Detail

greet

public Object greet(NameString person)


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