com.ibm.sensorevent.model.converter
Class WBEResponseConverterContentHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.ibm.sensorevent.model.converter.WBEResponseConverterContentHandler
- All Implemented Interfaces:
- org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler
public class WBEResponseConverterContentHandler
- extends org.xml.sax.helpers.DefaultHandler
Field Summary |
static java.lang.String |
COPYRIGHT
|
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
WBEResponseConverterContentHandler
public WBEResponseConverterContentHandler()
startElement
public void startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qualifiedName,
org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
- Specified by:
startElement
in interface org.xml.sax.ContentHandler
- Overrides:
startElement
in class org.xml.sax.helpers.DefaultHandler
- Throws:
org.xml.sax.SAXException
characters
public void characters(char[] buf,
int offset,
int len)
throws org.xml.sax.SAXException
- Specified by:
characters
in interface org.xml.sax.ContentHandler
- Overrides:
characters
in class org.xml.sax.helpers.DefaultHandler
- Throws:
org.xml.sax.SAXException
endElement
public void endElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qualifiedName)
throws org.xml.sax.SAXException
- Specified by:
endElement
in interface org.xml.sax.ContentHandler
- Overrides:
endElement
in class org.xml.sax.helpers.DefaultHandler
- Throws:
org.xml.sax.SAXException
getSensorEvent
public ISensorEvent getSensorEvent()
throws SensorEventException
- Returns:
- the sensorEvent
- Throws:
SensorEventException
getSensorEvents
public ISensorEvent[] getSensorEvents()
throws SensorEventException
- Returns:
- the sensorEventArray
- Throws:
SensorEventException
createSensorEvent
protected ISensorEvent createSensorEvent(java.util.Map localMap)
throws SensorEventException
- Returns:
- the sensorEvent
- Throws:
SensorEventException
Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.