org.objectweb.proactive.core.component.xml
Class TypesHandler
java.lang.Object
|
+--org.objectweb.proactive.core.xml.handler.AbstractUnmarshallerDecorator
|
+--org.objectweb.proactive.core.xml.handler.CollectionUnmarshaller
|
+--org.objectweb.proactive.core.component.xml.TypesHandler
- All Implemented Interfaces:
- UnmarshallerHandler, XMLHandler
- public class TypesHandler
- extends CollectionUnmarshaller
- Author:
- Matthieu Morel
Constructor Summary |
TypesHandler(java.util.HashMap componentTypes)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypesHandler
public TypesHandler(java.util.HashMap componentTypes)
notifyEndActiveHandler
protected void notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
throws org.xml.sax.SAXException
- Overrides:
notifyEndActiveHandler
in class CollectionUnmarshaller
org.xml.sax.SAXException
getResultObject
public java.lang.Object getResultObject()
throws org.xml.sax.SAXException
- Description copied from interface:
UnmarshallerHandler
- Returns the object resulting of the processing of the SAX events.
- Specified by:
getResultObject
in interface UnmarshallerHandler
- Overrides:
getResultObject
in class CollectionUnmarshaller
- Returns:
- the object resulting of the processing of the SAX events or null
- Throws:
org.xml.sax.SAXException
- if the state of the handler does not allow to
return any resulting object.
startContextElement
public void startContextElement(java.lang.String name,
Attributes attributes)
throws org.xml.sax.SAXException
- Description copied from interface:
UnmarshallerHandler
- Receives notification that the XML element of given name and attributes has been read in the
XML being deserialized. This element is the context element of the Object being unmarshalled.
This context element is the element that has triggered the use of this handler.
- Specified by:
startContextElement
in interface UnmarshallerHandler
- Overrides:
startContextElement
in class CollectionUnmarshaller
- Parameters:
name
- the name of the element just openedattributes
- the attributes of this element
- Throws:
org.xml.sax.SAXException
- if an exception occur during processing
Copyright © April 2004 INRIA All Rights Reserved.