|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRequestHandler
Request handler definition.
Method Summary | |
---|---|
OperationContext |
getOperationContext()
Gets the operation context. |
OperationResponse |
handleGet(HttpServletRequest request)
Handles a URL based request (HTTP GET). |
OperationResponse |
handleXML(String xml)
Handles an XML based request (normally HTTP POST). |
Method Detail |
---|
OperationContext getOperationContext()
OperationResponse handleGet(HttpServletRequest request) throws Exception
request
- the HTTP request
Exception
- if a processing exception occursOperationResponse handleXML(String xml) throws Exception
xml
- the XML
Exception
- if a processing exception occurs
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |