org.mule.samples.hello
Class Greeter
java.lang.Object
org.mule.samples.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.
- Version:
- $Revision: 8023 $
- Author:
- Ross Mason
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-2008 MuleSource, Inc.. All Rights Reserved.