org.apache.geronimo.deployment
Class NamespaceDrivenBuilderCollection

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

public class NamespaceDrivenBuilderCollection
extends Object


Constructor Summary
NamespaceDrivenBuilderCollection(Collection builders)
           
 
Method Summary
 void addLoaders(List loaderList)
           
 void build(org.apache.xmlbeans.XmlObject container, DeploymentContext applicationContext, DeploymentContext moduleContext)
           
 void buildEnvironment(org.apache.xmlbeans.XmlObject container, org.apache.geronimo.kernel.repository.Environment environment)
           
 
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)
Method Detail

buildEnvironment

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

build

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

addLoaders

public void addLoaders(List loaderList)


Copyright © 2006 Apache Software Foundation. All Rights Reserved.