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

All Known Implementing Classes:
ConnectionManager, Connector, ContainerSystem, EjbReference, EntityBean, EntityContainer, EnvEntry, IntraVmServer, JndiContext, JndiEnc, ManagedConnectionFactory, Method, MethodPermission, MethodTransaction, Query, Resource, ResourceReference, ResourceReferenceLocation, RoleMapping, SecurityRole, SecurityRoleReference, StatefulSessionContainer, StatelessBean, TransactionService, XmlOpenEJBConfiguration, SecurityService, StatelessSessionContainer, Facilities, StatefulBean, EjbReferenceLocation

public interface DomObject


Method Summary
 void initializeFromDOM(org.w3c.dom.Node node)
          Parses out the values needed by this DomObject from the DOM Node passed in.
 void serializeToDOM(org.w3c.dom.Node node)
           
 

Method Detail

initializeFromDOM

public void initializeFromDOM(org.w3c.dom.Node node)
                       throws OpenEJBException
Parses out the values needed by this DomObject from the DOM Node passed in.

serializeToDOM

public void serializeToDOM(org.w3c.dom.Node node)
                    throws OpenEJBException