Uses of Interface
org.objectweb.proactive.core.xml.io.XMLHandler

Packages that use XMLHandler
org.objectweb.proactive.core.component.config This package contains the code that configures the membranes of the components : it configures the controllers and the interceptors.  
org.objectweb.proactive.core.config.xml Provides all classes needed for parsing XML configuration file, and loading related System properties
org.objectweb.proactive.core.descriptor.xml Provides all classes needed for parsing XML Deployment Descriptor files, and building related java objects
org.objectweb.proactive.core.xml.handler **For internal use only** Contains utility classes.  
org.objectweb.proactive.core.xml.io **For internal use only** Contains utility classes.  
org.objectweb.proactive.ext.security   
 

Uses of XMLHandler in org.objectweb.proactive.core.component.config
 

Classes in org.objectweb.proactive.core.component.config that implement XMLHandler
 class ComponentConfigurationHandler
          A handler for parsing the xml component configuration.
 class ComponentConfigurationHandler.ControllerHandler
           
 

Uses of XMLHandler in org.objectweb.proactive.core.config.xml
 

Classes in org.objectweb.proactive.core.config.xml that implement XMLHandler
 class MasterFileHandler
           
 class PropertiesHandler
           
 

Uses of XMLHandler in org.objectweb.proactive.core.descriptor.xml
 

Classes in org.objectweb.proactive.core.descriptor.xml that implement XMLHandler
 class FileTransferDefinitionsHandler
           
 class FileTransferDefinitionsHandler.FileTransferHandler
           
 class FileTransferDefinitionsHandler.FileTransferHandler.DirHandler
           
 class FileTransferDefinitionsHandler.FileTransferHandler.FileHandler
           
 class MasterPropertiesFileHandler
           
 class PathHandler
          This class receives deployment events
 class ProActiveDescriptorHandler
          This class receives deployment events
 class ProcessDefinitionHandler
           
protected  class ProcessDefinitionHandler.BSubProcessHandler
           
protected  class ProcessDefinitionHandler.BSubProcessHandler.BsubOptionHandler
           
protected  class ProcessDefinitionHandler.GLiteProcessHandler
           
protected  class ProcessDefinitionHandler.GLiteProcessHandler.GLiteInputDataHandler
           
protected  class ProcessDefinitionHandler.GLiteProcessHandler.GLiteOptionHandler
           
protected  class ProcessDefinitionHandler.GLiteProcessHandler.GLiteRankHandler
           
protected  class ProcessDefinitionHandler.GlobusProcessHandler
           
protected  class ProcessDefinitionHandler.GlobusProcessHandler.GlobusOptionHandler
           
protected  class ProcessDefinitionHandler.GridEngineProcessHandler
           
protected  class ProcessDefinitionHandler.GridEngineProcessHandler.GridEngineOptionHandler
           
protected  class ProcessDefinitionHandler.HierarchicalProcessHandler
           
protected  class ProcessDefinitionHandler.JVMProcessHandler
           
protected  class ProcessDefinitionHandler.JVMProcessHandler.ExtendedJVMHandler
           
protected  class ProcessDefinitionHandler.MapRshProcessHandler
           
protected  class ProcessDefinitionHandler.NGProcessHandler
           
protected  class ProcessDefinitionHandler.NGProcessHandler.NGOptionHandler
           
protected  class ProcessDefinitionHandler.OARGRIDProcessHandler
           
protected  class ProcessDefinitionHandler.OARGRIDProcessHandler.OARGRIDOptionHandler
           
protected  class ProcessDefinitionHandler.OARProcessHandler
           
protected  class ProcessDefinitionHandler.OARProcessHandler.OAROptionHandler
           
protected  class ProcessDefinitionHandler.PBSProcessHandler
           
protected  class ProcessDefinitionHandler.PBSProcessHandler.PBSOptionHandler
           
 class ProcessDefinitionHandler.ProcessHandler
           
protected  class ProcessDefinitionHandler.ProcessHandler.CommandPathHanlder
           
protected  class ProcessDefinitionHandler.ProcessHandler.EnvironmentHandler
          This class receives environment events
protected  class ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler
           
protected  class ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler.InfoAttributeHandler
           
 class ProcessDefinitionHandler.ProcessListHandler
           
protected  class ProcessDefinitionHandler.PrunProcessHandler
           
protected  class ProcessDefinitionHandler.PrunProcessHandler.PrunOptionHandler
           
protected  class ProcessDefinitionHandler.RLoginProcessHandler
           
protected  class ProcessDefinitionHandler.RSHProcessHandler
           
protected  class ProcessDefinitionHandler.SSHProcessHandler
           
protected  class ProcessDefinitionHandler.UnicoreProcessHandler
           
protected  class ProcessDefinitionHandler.UnicoreProcessHandler.UnicoreOptionHandler
           
protected  class ProcessDefinitionHandler.UnicoreProcessHandler.UsiteHandler
           
protected  class ProcessDefinitionHandler.UnicoreProcessHandler.VsiteHandler
           
 class ProcessReferenceHandler
          This class receives deployment events
 class PropertiesFileHandler
           
 class ServiceDefinitionHandler
           
protected  class ServiceDefinitionHandler.FaultToleranceHandler
           
protected  class ServiceDefinitionHandler.FaultToleranceHandler.FTConfigHandler
           
protected  class ServiceDefinitionHandler.P2PServiceHandler
           
protected  class ServiceDefinitionHandler.RMILookupHandler
           
 class VariablesHandler
           
 class VariablesHandler.PropertiesHandler
           
 

Uses of XMLHandler in org.objectweb.proactive.core.xml.handler
 

Subinterfaces of XMLHandler in org.objectweb.proactive.core.xml.handler
 interface UnmarshallerHandler
          Receives SAX event and pass them on
 

Classes in org.objectweb.proactive.core.xml.handler that implement XMLHandler
 class AbstractUnmarshallerDecorator
          Receives SAX event and pass them on
 class BasicUnmarshaller
          Receives SAX event and pass them on
 class BasicUnmarshallerDecorator
          Receives SAX event and pass them on
 class CollectionUnmarshaller
          Receives SAX event and pass them on
 class PassiveCompositeUnmarshaller
          Receives SAX event and pass them on
 class SingleValueUnmarshaller
          A handler for reading values from simple elements, such as myValue
 

Uses of XMLHandler in org.objectweb.proactive.core.xml.io
 

Fields in org.objectweb.proactive.core.xml.io declared as XMLHandler
protected  XMLHandler DefaultHandlerAdapter.targetHandler
           
 

Constructors in org.objectweb.proactive.core.xml.io with parameters of type XMLHandler
StreamReader(java.io.InputStream in, XMLHandler xmlHandler)
           
StreamReader(java.io.Reader reader, XMLHandler xmlHandler)
           
StreamReader(org.xml.sax.InputSource inputSource, XMLHandler xmlHandler)
           
StreamReader(org.xml.sax.InputSource inputSource, XMLHandler xmlHandler, java.io.File schema, org.xml.sax.ErrorHandler errorHandler)
           
DefaultHandlerAdapter(XMLHandler targetHandler)
           
DOMReader(org.w3c.dom.Element rootElement, XMLHandler xmlHandler)
           
DOMAdaptor(XMLHandler targetHandler)
           
 

Uses of XMLHandler in org.objectweb.proactive.ext.security
 

Classes in org.objectweb.proactive.ext.security that implement XMLHandler
 class ProActiveSecurityDescriptorHandler
           
 



Copyright 2001-2005 INRIA All Rights Reserved.