org.mule.example.hello
Class Greeter
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Greeter
public Greeter()
greet
public Object greet(NameString person)
Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.