Package jadex.extension.rs.publish
Class DummyResource
- java.lang.Object
- 
- jadex.extension.rs.publish.DummyResource
 
- 
 @Path("dummy") public class DummyResource extends java.lang.ObjectDummy resource needed because jersey complains when a http server is started without any root resource :-(
- 
- 
Constructor SummaryConstructors Constructor Description DummyResource()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdummy()Dummy method.
 
-