Uses of Interface
org.openejb.alt.assembler.classic.xml.DomObject

Packages that use DomObject
org.openejb.alt.assembler.classic.xml The classes and interfaces directly under this package define the basic parts of the OpenEJB assembler xml system architecture. 
 

Uses of DomObject in org.openejb.alt.assembler.classic.xml
 

Classes in org.openejb.alt.assembler.classic.xml that implement DomObject
 class ConnectionManager
          A subclass of ConnectionManagerInfo filled with data from an XML file.
 class Connector
          A subclass of ConnectorInfo filled with data from an XML file.
 class ContainerSystem
          A subclass of ContainerSystemInfo filled with data from an XML file.
 class EjbReference
          A subclass of EjbReferenceInfo filled with data from an XML file.
 class EjbReferenceLocation
          A subclass of EjbReferenceLocationInfo filled with data from an XML file.
 class EntityBean
          A subclass of EntityBeanInfo filled with data from an XML file.
 class EntityContainer
          A subclass of EntityContainerInfo filled with data from an XML file.
 class EnvEntry
          A subclass of EnvEntryInfo filled with data from an XML file.
 class Facilities
          A subclass of FacilitiesInfo filled with data from an XML file.
 class IntraVmServer
          A subclass of IntraVmServerInfo filled with data from an XML file.
 class JndiContext
          A subclass of JndiContext filled with data from an XML file.
 class JndiEnc
          A subclass of JndiEncInfo filled with data from an XML file.
 class ManagedConnectionFactory
          A subclass of ManagedConnectionFactoryInfo filled with data from an XML file.
 class Method
          A subclass of MethodInfo filled with data from an XML file.
 class MethodPermission
          A subclass of MethodPermissionInfo filled with data from an XML file.
 class MethodTransaction
          A subclass of MethodTransactionInfo filled with data from an XML file.
 class Query
          A subclass of MethodPermissionInfo filled with data from an XML file.
 class Resource
          A subclass of ResourceInfo filled with data from an XML file.
 class ResourceReference
          A subclass of ResourceReferenceInfo filled with data from an XML file.
 class ResourceReferenceLocation
          A subclass of ResourceReferenceLocationInfo filled with data from an XML file.
 class RoleMapping
          A subclass of RoleMappingInfo filled with data from an XML file.
 class SecurityRole
          A subclass of SecurityRoleInfo filled with data from an XML file.
 class SecurityRoleReference
          A subclass of SecurityRoleReferenceInfo filled with data from an XML file.
 class SecurityService
          A subclass of SecurityServiceInfo filled with data from an XML file.
 class StatefulBean
          A subclass of StatefulBeanInfo filled with data from an XML file.
 class StatefulSessionContainer
          A subclass of StatefulSessionContainerInfo filled with data from an XML file.
 class StatelessBean
          A subclass of StatelessBeanInfo filled with data from an XML file.
 class StatelessSessionContainer
          A subclass of StatelessSessionContainerInfo filled with data from an XML file.
 class TransactionService
          A subclass of TransactionServiceInfo filled with data from an XML file.
 class XmlOpenEJBConfiguration
           
 

Methods in org.openejb.alt.assembler.classic.xml that return DomObject
protected static DomObject DomTools.collectChildElementByType(org.w3c.dom.Node node, java.lang.Class classType, java.lang.String elementType)
          Convenience method for obtaining a single child element from the node passed in.
protected static DomObject[] DomTools.collectChildElementsByType(org.w3c.dom.Node node, java.lang.Class classType, java.lang.String elementType)
          Convenience method for obtaining all the child elements of the node passed in.
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.