|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.server.csw.provider.InsertProvider
com.esri.gpt.server.csw.provider.UpdateProvider
public class UpdateProvider
Provides the CSW Transaction/Update operation.
| Constructor Summary | |
|---|---|
UpdateProvider()
Default constructor |
|
| Method Summary | |
|---|---|
void |
handleGet(OperationContext context,
HttpServletRequest request)
Handles a URL based request (HTTP GET). |
void |
handleXML(OperationContext context,
Node root,
XPath xpath)
Handles an XML based request (normally HTTP POST). |
| Methods inherited from class com.esri.gpt.server.csw.provider.InsertProvider |
|---|
generateResponse, processDocumentNodes, publishDocument |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateProvider()
| Method Detail |
|---|
public void handleGet(OperationContext context,
HttpServletRequest request)
throws Exception
handleGet in interface IOperationProviderhandleGet in class InsertProvidercontext - the operation contextrequest - the HTTP request
Exception - if a processing exception occurs
public void handleXML(OperationContext context,
Node root,
XPath xpath)
throws Exception
handleXML in interface IOperationProviderhandleXML in class InsertProvidercontext - the operation contextroot - the root nodexpath - an XPath to enable queries (properly configured with name spaces)
Exception - if a processing exception occurs
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||