public class RecordStorePlugin extends AbstractPlugin
| Constructor and Description |
|---|
RecordStorePlugin() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCreate(javax.servlet.http.HttpServletRequest req,
ServiceResponse response) |
protected void |
doDelete(javax.servlet.http.HttpServletRequest req,
ServiceResponse response) |
protected void |
doList(javax.servlet.http.HttpServletRequest req,
ServiceResponse response) |
protected void |
doRead(javax.servlet.http.HttpServletRequest req,
ServiceResponse response) |
protected long |
parseId(javax.servlet.http.HttpServletRequest req) |
void |
serve(ServiceRequest request,
ServiceResponse response,
ChainControl chain)
This method gets called during the chain processing by the container.
|
getChainName, getConfig, getName, getNodeList, getXmlString, setChainName, setConfig, setNamepublic void serve(ServiceRequest request, ServiceResponse response, ChainControl chain) throws ServiceException, IOException
Pluginserve in interface Pluginserve in class AbstractPluginrequest - service requestresponse - service responsechain - chain-control utilityIOException - of any kindServiceExceptionprotected void doRead(javax.servlet.http.HttpServletRequest req,
ServiceResponse response)
throws DOMException,
IOException,
StandardServiceException
protected long parseId(javax.servlet.http.HttpServletRequest req)
throws StandardServiceException
StandardServiceExceptionprotected void doCreate(javax.servlet.http.HttpServletRequest req,
ServiceResponse response)
throws DOMException,
StandardServiceException
DOMExceptionStandardServiceExceptionprotected void doDelete(javax.servlet.http.HttpServletRequest req,
ServiceResponse response)
throws StandardServiceException
StandardServiceExceptionprotected void doList(javax.servlet.http.HttpServletRequest req,
ServiceResponse response)
throws StandardServiceException
StandardServiceExceptionCopyright © 2008-2015 Index Data. All Rights Reserved.