org.jboss.resteasy.examples.asyncjob
Class MyResource

java.lang.Object
  extended by org.jboss.resteasy.examples.asyncjob.MyResource

public class MyResource
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
MyResource()
           
 
Method Summary
 String get()
           
 String post(String content)
           
 void put(String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyResource

public MyResource()
Method Detail

post

public String post(String content)
            throws Exception
Throws:
Exception

get

public String get()

put

public void put(String content)
         throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.