org.apache.geronimo.deployment.service
Class GBeanBuilder

java.lang.Object
  extended by org.apache.geronimo.deployment.service.GBeanBuilder
All Implemented Interfaces:
org.apache.geronimo.deployment.NamespaceDrivenBuilder

public class GBeanBuilder
extends Object
implements org.apache.geronimo.deployment.NamespaceDrivenBuilder


Field Summary
protected  Map attrRefMap
           
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
protected  Map refRefMap
           
 
Constructor Summary
GBeanBuilder(Collection xmlAttributeBuilders, Collection xmlReferenceBuilders)
           
 
Method Summary
 void build(org.apache.xmlbeans.XmlObject container, org.apache.geronimo.deployment.DeploymentContext applicationContext, org.apache.geronimo.deployment.DeploymentContext moduleContext)
           
 void buildEnvironment(org.apache.xmlbeans.XmlObject container, org.apache.geronimo.kernel.repository.Environment environment)
           
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 String getNamespace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attrRefMap

protected Map attrRefMap

refRefMap

protected Map refRefMap

GBEAN_INFO

public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

GBeanBuilder

public GBeanBuilder(Collection xmlAttributeBuilders,
                    Collection xmlReferenceBuilders)
Method Detail

buildEnvironment

public void buildEnvironment(org.apache.xmlbeans.XmlObject container,
                             org.apache.geronimo.kernel.repository.Environment environment)
                      throws org.apache.geronimo.common.DeploymentException
Specified by:
buildEnvironment in interface org.apache.geronimo.deployment.NamespaceDrivenBuilder
Throws:
org.apache.geronimo.common.DeploymentException

build

public void build(org.apache.xmlbeans.XmlObject container,
                  org.apache.geronimo.deployment.DeploymentContext applicationContext,
                  org.apache.geronimo.deployment.DeploymentContext moduleContext)
           throws org.apache.geronimo.common.DeploymentException
Specified by:
build in interface org.apache.geronimo.deployment.NamespaceDrivenBuilder
Throws:
org.apache.geronimo.common.DeploymentException

getNamespace

public String getNamespace()
Specified by:
getNamespace in interface org.apache.geronimo.deployment.NamespaceDrivenBuilder

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.