com.ibm.itim.dataservices.model
Class ObjectProfileOperationContentHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by com.ibm.itim.dataservices.model.ObjectProfileOperationContentHandler
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class ObjectProfileOperationContentHandler
extends org.xml.sax.helpers.DefaultHandler

This class parses ObjectProfileOperation from xml string


Constructor Summary
ObjectProfileOperationContentHandler(ObjectProfileOperation op)
           
 
Method Summary
 void endDocument()
          to receive information about end of the document
 void startElement(java.lang.String namespaceURI, java.lang.String elementName, java.lang.String qName, org.xml.sax.Attributes atts)
          Receives info about started parse of new element.
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectProfileOperationContentHandler

public ObjectProfileOperationContentHandler(ObjectProfileOperation op)
Method Detail

startElement

public void startElement(java.lang.String namespaceURI,
                         java.lang.String elementName,
                         java.lang.String qName,
                         org.xml.sax.Attributes atts)
                  throws org.xml.sax.SAXException
Receives info about started parse of new element. Creates object, if appropriate.

Specified by:
startElement in interface org.xml.sax.ContentHandler
Overrides:
startElement in class org.xml.sax.helpers.DefaultHandler
Parameters:
namespaceURI -
elementName - Need to set the namespaces feature of the SAXParser to true to be sure to receive this value.
qName -
atts -
Throws:
org.xml.sax.SAXException

endDocument

public void endDocument()
                 throws org.xml.sax.SAXException
to receive information about end of the document

Specified by:
endDocument in interface org.xml.sax.ContentHandler
Overrides:
endDocument in class org.xml.sax.helpers.DefaultHandler
Throws:
org.xml.sax.SAXException


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.