com.esri.gpt.framework.http
Class XmlHandler
java.lang.Object
com.esri.gpt.framework.http.ContentBase
com.esri.gpt.framework.http.ContentHandler
com.esri.gpt.framework.http.CharacterHandler
com.esri.gpt.framework.http.XmlHandler
public class XmlHandler
- extends CharacterHandler
XML handler.
Constructor Summary |
XmlHandler(boolean namespaceAware)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlHandler
public XmlHandler(boolean namespaceAware)
readResponse
public void readResponse(HttpClientRequest request,
InputStream responseStream)
throws IOException
- Description copied from class:
CharacterHandler
- Handle the content associated with an HTTP response body.
- Overrides:
readResponse
in class CharacterHandler
- Parameters:
request
- the HTTP request that was executedresponseStream
- the stream associated with the HTTP response body
- Throws:
IOException
- if an exception occurs
getDocument
public Document getDocument()
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.