org.objectweb.proactive.core.descriptor.xml
Class ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler
java.lang.Object
org.objectweb.proactive.core.xml.handler.AbstractUnmarshallerDecorator
org.objectweb.proactive.core.xml.handler.PassiveCompositeUnmarshaller
org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler
- All Implemented Interfaces:
- UnmarshallerHandler, XMLHandler
- Enclosing class:
- ProcessDefinitionHandler.ProcessHandler
- protected class ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler
- extends PassiveCompositeUnmarshaller
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fileTransferQueue
protected java.lang.String fileTransferQueue
fileTransferStructure
protected FileTransferWorkShop fileTransferStructure
ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler
public ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler(java.lang.String queue)
notifyEndActiveHandler
protected void notifyEndActiveHandler(java.lang.String name,
UnmarshallerHandler activeHandler)
throws org.xml.sax.SAXException
- Overrides:
notifyEndActiveHandler
in class PassiveCompositeUnmarshaller
- Throws:
org.xml.sax.SAXException
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 PassiveCompositeUnmarshaller
- Throws:
org.xml.sax.SAXException
Copyright 2001-2005 INRIA All Rights Reserved.