|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceRequestAuthorizationException | |
uk.org.ogsadai.service.resource | This package provides classes and interfaces relating to data service resources. |
Uses of ResourceRequestAuthorizationException in uk.org.ogsadai.service.resource |
Methods in uk.org.ogsadai.service.resource that throw ResourceRequestAuthorizationException | |
org.w3c.dom.Document |
DataServiceResource.perform(org.w3c.dom.Document performDocument, RequestContext requestContext) Execute a perform document. |
void |
DataServiceResource.terminate() Terminate a current request. |
java.lang.Object |
DataServiceResource.getFully(SessionStreamID id) Get all the data from an output stream of a session. |
java.lang.Object |
DataServiceResource.getNBlocks(SessionStreamID id, int numberOfBlocks) Get a specific number of blocks of data from an output stream of a session. |
java.lang.Object |
DataServiceResource.getBlock(SessionStreamID id) Get one block of data from an output stream of a session. |
void |
DataServiceResource.putBlock(SessionStreamID id, java.lang.Object data) Put a block of data onto an input stream of a session. |
void |
DataServiceResource.putFully(SessionStreamID id, java.lang.Object data) Put a complete set of data onto an input stream of a session. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |