|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.server.assertion.handler.AsnRequestHandler
public class AsnRequestHandler
Handles inbound assertion requests.
| Constructor Summary | |
|---|---|
AsnRequestHandler()
Default constructor |
|
| Method Summary | |
|---|---|
AsnContext |
getAssertionContext()
Gets the operation context. |
AsnResponse |
handleRequest(HttpServletRequest request,
HttpServletResponse response)
Handles a URL based request (HTTP GET). |
protected String |
readInputCharacters(HttpServletRequest request,
int maxChars)
Fully reads the characters from the request input stream. |
void |
setAssertionContext(AsnContext context)
Sets the operation context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsnRequestHandler()
| Method Detail |
|---|
public AsnContext getAssertionContext()
public void setAssertionContext(AsnContext context)
context - the operation context
public AsnResponse handleRequest(HttpServletRequest request,
HttpServletResponse response)
throws Exception
request - the HTTP requestresponse - the HTTP response
Exception - if a processing exception occurs
protected String readInputCharacters(HttpServletRequest request,
int maxChars)
throws IOException
request - the HTTP servlet request
IOException - if an exception occurs
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||