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

Packages that use XMLHandler
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.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.GridEngineProcessHandler
           
protected  class ProcessDefinitionHandler.GridEngineProcessHandler.GridEngineOptionHandler
           
protected  class ProcessDefinitionHandler.JVMProcessHandler
           
protected  class ProcessDefinitionHandler.MapRshProcessHandler
           
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
 class ProcessDefinitionHandler.ProcessListHandler
           
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
 class ServiceDefinitionHandler
           
protected  class ServiceDefinitionHandler.FaultToleranceHandler
           
protected  class ServiceDefinitionHandler.FaultToleranceHandler.FTConfigHandler
           
protected  class ServiceDefinitionHandler.P2PServiceHandler
           
protected  class ServiceDefinitionHandler.RMILookupHandler
           
 

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.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 ? April 2005 INRIA All Rights Reserved.