org.jboss.resteasy.test.application
Class MyResource

java.lang.Object
  extended by org.jboss.resteasy.test.application.MyResource

public class MyResource
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Nested Class Summary
static class MyResource.Foo
           
 
Field Summary
static int num_instatiations
           
 
Constructor Summary
MyResource()
           
 
Method Summary
 String getApplicationCount()
           
 String getCount()
           
 String getException()
           
 void nullFoo(MyResource.Foo foo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

num_instatiations

public static int num_instatiations
Constructor Detail

MyResource

public MyResource()
Method Detail

getCount

public String getCount()

getApplicationCount

public String getApplicationCount()

getException

public String getException()

nullFoo

public void nullFoo(MyResource.Foo foo)


Copyright © 2012. All Rights Reserved.