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

Packages that use XMLHandler
org.objectweb.proactive.core.component.xml Provides means to load a component system from an xml descriptor file.  
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.ext.security   
 

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

Classes in org.objectweb.proactive.core.component.xml that implement XMLHandler
 class AbstractContainerComponentHandler
          This class allows the coherency of the nesting of components (component containers such as composite or parallel components) : only the container handler of level n+1 is involved (whereas with the standard design, the top containing handler receives all the messages)
 class BindingsHandler
           
 class BindingsHandler.BindingHandler
           
 class ComponentHandler
           
 class ComponentsDescriptorHandler
           
 class ComponentsHandler
           
 class ComponentTypeHandler
           
protected  class ComponentTypeHandler.InterfaceHandler
           
 class CompositeComponentHandler
           
 class ParallelCompositeComponentHandler
           
 class PrimitiveComponentHandler
           
 class TypesHandler
           
 

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 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.GlobusProcessHandler
           
protected  class ProcessDefinitionHandler.GlobusProcessHandler.GlobusOptionHandler
           
protected  class ProcessDefinitionHandler.JVMProcessHandler
           
protected  class ProcessDefinitionHandler.MapRshProcessHandler
           
 class ProcessDefinitionHandler.ProcessHandler
           
protected  class ProcessDefinitionHandler.ProcessHandler.EnvironmentHandler
          This class receives environment events
protected  class ProcessDefinitionHandler.PrunProcessHandler
           
protected  class ProcessDefinitionHandler.PrunProcessHandler.PrunOptionHandler
           
protected  class ProcessDefinitionHandler.RLoginProcessHandler
           
protected  class ProcessDefinitionHandler.RSHProcessHandler
           
protected  class ProcessDefinitionHandler.SSHProcessHandler
           
 class ProcessReferenceHandler
          This class receives deployment events
 

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
 

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

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



Copyright © April 2004 INRIA All Rights Reserved.