org.apache.geronimo.deployment
Interface NamespaceDrivenBuilder

All Superinterfaces:
AbstractNamespaceBuilder
All Known Implementing Classes:
GBeanBuilder, GeronimoSecurityBuilderImpl, WADIJettyClusteringBuilder

public interface NamespaceDrivenBuilder
extends AbstractNamespaceBuilder


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 interface org.apache.geronimo.deployment.AbstractNamespaceBuilder
getPlanQNameSet, getSpecQNameSet
 

Method Detail

buildEnvironment

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

build

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


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