org.apache.geronimo.deployment
Class NamespaceDrivenBuilderCollection

java.lang.Object
  extended by org.apache.geronimo.deployment.AbstractBuilderCollection
      extended by org.apache.geronimo.deployment.NamespaceDrivenBuilderCollection

public class NamespaceDrivenBuilderCollection
extends AbstractBuilderCollection


Field Summary
 
Fields inherited from class org.apache.geronimo.deployment.AbstractBuilderCollection
basePlanElementName, builders, planQNames, specQNames
 
Constructor Summary
NamespaceDrivenBuilderCollection(Collection builders, QName basePlanElementName)
           
 
Method Summary
 void build(org.apache.xmlbeans.XmlObject container, DeploymentContext applicationContext, DeploymentContext moduleContext)
           
 void buildEnvironment(org.apache.xmlbeans.XmlObject container, Environment environment)
           
 
Methods inherited from class org.apache.geronimo.deployment.AbstractBuilderCollection
addBuilder, getPlanQNameSet, getSpecQNameSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamespaceDrivenBuilderCollection

public NamespaceDrivenBuilderCollection(Collection builders,
                                        QName basePlanElementName)
Method Detail

buildEnvironment

public void buildEnvironment(org.apache.xmlbeans.XmlObject container,
                             Environment environment)
                      throws DeploymentException
Throws:
DeploymentException

build

public void build(org.apache.xmlbeans.XmlObject container,
                  DeploymentContext applicationContext,
                  DeploymentContext moduleContext)
           throws DeploymentException
Throws:
DeploymentException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.