|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.proactive.core.xml.handler.BasicUnmarshaller | +--org.objectweb.proactive.core.descriptor.xml.PathHandler
This class receives deployment events
Field Summary |
Fields inherited from class org.objectweb.proactive.core.xml.handler.BasicUnmarshaller |
isResultValid, resultObject |
Fields inherited from interface org.objectweb.proactive.core.xml.handler.UnmarshallerHandler |
logger |
Constructor Summary | |
PathHandler()
|
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. |
Methods inherited from class org.objectweb.proactive.core.xml.handler.BasicUnmarshaller |
checkNonEmpty, endElement, endPrefixMapping, readValue, setResultObject, startElement, startPrefixMapping |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PathHandler()
Method Detail |
public java.lang.Object getResultObject() throws org.xml.sax.SAXException
UnmarshallerHandler
getResultObject
in interface UnmarshallerHandler
getResultObject
in class BasicUnmarshaller
org.xml.sax.SAXException
- if the state of the handler does not allow to
return any resulting object.public void startContextElement(java.lang.String name, Attributes attributes) throws org.xml.sax.SAXException
UnmarshallerHandler
startContextElement
in interface UnmarshallerHandler
startContextElement
in class BasicUnmarshaller
name
- the name of the element just openedattributes
- the attributes of this element
org.xml.sax.SAXException
- if an exception occur during processing
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |