|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOperationProvider
Interface for an operation provider.
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). |
Method Detail |
---|
void handleGet(OperationContext context, HttpServletRequest request) throws Exception
context
- the operation contextrequest
- the HTTP request
Exception
- if a processing exception occursvoid handleXML(OperationContext context, Node root, XPath xpath) throws Exception
context
- 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 |