org.apache.geronimo.deployment
Interface NamespaceDrivenBuilder


public interface NamespaceDrivenBuilder


Method Summary
 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)
           
 String getNamespace()
           
 

Method Detail

buildEnvironment

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

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

getNamespace

String getNamespace()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.