org.jboss.resteasy.tests.encoding.sample
Class Hello

java.lang.Object
  extended by org.jboss.resteasy.tests.encoding.sample.Hello

public class Hello
extends Object

Author:
Edgar Silva

Constructor Summary
Hello()
           
 
Method Summary
 String compile(String queryText)
           
 String echo(String in)
           
 String get(String date)
           
 String getPlus(String p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hello

public Hello()
Method Detail

echo

public String echo(String in)

compile

public String compile(String queryText)

get

public String get(String date)

getPlus

public String getPlus(String p)


Copyright © 2011. All Rights Reserved.