Uses of Class
org.objectweb.proactive.core.xml.handler.AbstractUnmarshallerDecorator

Packages that use AbstractUnmarshallerDecorator
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 AbstractUnmarshallerDecorator in org.objectweb.proactive.core.component.xml
 

Subclasses of AbstractUnmarshallerDecorator in org.objectweb.proactive.core.component.xml
 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 ComponentHandler
           
 class ComponentsDescriptorHandler
           
 class ComponentsHandler
           
 class ComponentTypeHandler
           
 class CompositeComponentHandler
           
 class ParallelCompositeComponentHandler
           
 class PrimitiveComponentHandler
           
 class TypesHandler
           
 

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

Subclasses of AbstractUnmarshallerDecorator in org.objectweb.proactive.core.config.xml
 class MasterFileHandler
           
 class PropertiesHandler
           
 

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

Subclasses of AbstractUnmarshallerDecorator in org.objectweb.proactive.core.descriptor.xml
 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.PrunProcessHandler
           
protected  class ProcessDefinitionHandler.PrunProcessHandler.PrunOptionHandler
           
protected  class ProcessDefinitionHandler.RLoginProcessHandler
           
protected  class ProcessDefinitionHandler.RSHProcessHandler
           
protected  class ProcessDefinitionHandler.SSHProcessHandler
           
 

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

Subclasses of AbstractUnmarshallerDecorator in org.objectweb.proactive.core.xml.handler
 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 AbstractUnmarshallerDecorator in org.objectweb.proactive.ext.security
 

Subclasses of AbstractUnmarshallerDecorator in org.objectweb.proactive.ext.security
 class ProActiveSecurityDescriptorHandler
           
 



Copyright © April 2004 INRIA All Rights Reserved.