org.apache.geronimo.deployment.service
Class GBeanBuilder
java.lang.Object
org.apache.geronimo.deployment.service.GBeanBuilder
- All Implemented Interfaces:
- AbstractNamespaceBuilder, NamespaceDrivenBuilder
public class GBeanBuilder
- extends Object
- implements NamespaceDrivenBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attrRefMap
protected Map attrRefMap
refRefMap
protected Map refRefMap
SERVICE_QNAME
public static final QName SERVICE_QNAME
GBEAN_INFO
public static final GBeanInfo GBEAN_INFO
GBeanBuilder
public GBeanBuilder(Collection xmlAttributeBuilders,
Collection xmlReferenceBuilders)
buildEnvironment
public void buildEnvironment(org.apache.xmlbeans.XmlObject container,
Environment environment)
throws DeploymentException
- Specified by:
buildEnvironment
in interface NamespaceDrivenBuilder
- Throws:
DeploymentException
build
public void build(org.apache.xmlbeans.XmlObject container,
DeploymentContext applicationContext,
DeploymentContext moduleContext)
throws DeploymentException
- Specified by:
build
in interface NamespaceDrivenBuilder
- Throws:
DeploymentException
getSpecQNameSet
public org.apache.xmlbeans.QNameSet getSpecQNameSet()
- Specified by:
getSpecQNameSet
in interface AbstractNamespaceBuilder
getPlanQNameSet
public org.apache.xmlbeans.QNameSet getPlanQNameSet()
- Specified by:
getPlanQNameSet
in interface AbstractNamespaceBuilder
getGBeanInfo
public static GBeanInfo getGBeanInfo()
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.