|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectExtendedWadlServerResource
fr.cnes.sitools.common.resource.AbstractSitoolsResource
fr.cnes.sitools.common.SitoolsResource
fr.cnes.sitools.inscription.InscriptionResource
public abstract class InscriptionResource
Class Resource for managing single Inscription object (GET, PUT, DELETE)
Field Summary |
---|
Fields inherited from class fr.cnes.sitools.common.SitoolsResource |
---|
DEFAULT_MEDIATYPE |
Constructor Summary | |
---|---|
InscriptionResource()
|
Method Summary | |
---|---|
void |
configure(com.thoughtworks.xstream.XStream xstream,
Response response)
Configure XStream for object serialization |
void |
doInit()
Initiate the resource |
AbstractInscriptionApplication |
getInscriptionApplication()
Return the application |
java.lang.String |
getInscriptionId()
Gets the inscriptionId value |
SitoolsStore<Inscription> |
getStore()
Gets the store value |
Methods inherited from class fr.cnes.sitools.common.resource.AbstractSitoolsResource |
---|
getMediaType, sitoolsDescribe |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InscriptionResource()
Method Detail |
---|
public final void doInit()
SitoolsResource
public final void configure(com.thoughtworks.xstream.XStream xstream, Response response)
configure
in class SitoolsResource
xstream
- XStream serializerresponse
- Response objectpublic final AbstractInscriptionApplication getInscriptionApplication()
public final SitoolsStore<Inscription> getStore()
public final java.lang.String getInscriptionId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |