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

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

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

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

Throws:
OpenEJBException

serializeToDOM

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


Copyright © 1999-2011 OpenEJB. All Rights Reserved.