org.objectweb.proactive.core.descriptor.xml
Class ProcessDefinitionHandler.ProcessHandler.EnvironmentHandler
java.lang.Object
org.objectweb.proactive.core.xml.handler.BasicUnmarshaller
org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.EnvironmentHandler
- All Implemented Interfaces:
- UnmarshallerHandler, XMLHandler
- Enclosing class:
- ProcessDefinitionHandler.ProcessHandler
- protected class ProcessDefinitionHandler.ProcessHandler.EnvironmentHandler
- extends BasicUnmarshaller
This class receives environment events
Method Summary |
java.lang.Object |
getResultObject()
Returns the object resulting of the processing of the SAX events. |
void |
startContextElement(java.lang.String name,
Attributes attributes)
Receives notification that the XML element of given name and attributes has been read in the
XML being deserialized. |
void |
startElement(java.lang.String name,
Attributes attributes)
Receives notification that an XML element of given name and attributes has been read in the
XML being deserialized |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessDefinitionHandler.ProcessHandler.EnvironmentHandler
public ProcessDefinitionHandler.ProcessHandler.EnvironmentHandler()
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 BasicUnmarshaller
- Throws:
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 BasicUnmarshaller
- Throws:
org.xml.sax.SAXException
startElement
public void startElement(java.lang.String name,
Attributes attributes)
throws org.xml.sax.SAXException
- Description copied from interface:
XMLHandler
- Receives notification that an XML element of given name and attributes has been read in the
XML being deserialized
- Specified by:
startElement
in interface XMLHandler
- Overrides:
startElement
in class BasicUnmarshaller
- Throws:
org.xml.sax.SAXException
Copyright ? April 2005 INRIA All Rights Reserved.