Esri Geoportal Server
1.0

com.esri.gpt.control.livedata.sos
Class CompoundResponseHandler

java.lang.Object
  extended by com.esri.gpt.control.livedata.sos.ResponseHandler
      extended by com.esri.gpt.control.livedata.sos.CompoundResponseHandler
All Implemented Interfaces:
ContentHandler

public class CompoundResponseHandler
extends ResponseHandler

SOS compound response handler.


Field Summary
 
Fields inherited from class com.esri.gpt.control.livedata.sos.ResponseHandler
sosContext, vcArr
 
Constructor Summary
CompoundResponseHandler(SOSContext sosContext, ValueComponentsArray vcArr)
           
 
Method Summary
 void characters(char[] ch, int start, int length)
           
 void endElement(String uri, String localName, String qName)
           
 void startDocument()
           
 void startElement(String uri, String localName, String qName, Attributes atts)
           
 
Methods inherited from class com.esri.gpt.control.livedata.sos.ResponseHandler
endDocument, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundResponseHandler

public CompoundResponseHandler(SOSContext sosContext,
                               ValueComponentsArray vcArr)
Method Detail

startDocument

public void startDocument()
                   throws SAXException
Specified by:
startDocument in interface ContentHandler
Overrides:
startDocument in class ResponseHandler
Throws:
SAXException

startElement

public void startElement(String uri,
                         String localName,
                         String qName,
                         Attributes atts)
                  throws SAXException
Throws:
SAXException

characters

public void characters(char[] ch,
                       int start,
                       int length)
                throws SAXException
Throws:
SAXException

endElement

public void endElement(String uri,
                       String localName,
                       String qName)
                throws SAXException
Throws:
SAXException

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.