org.apache.geronimo.deployment.service
Interface XmlAttributeBuilder

All Known Implementing Classes:
EnvironmentBuilder, JavaBeanXmlAttributeBuilder

public interface XmlAttributeBuilder


Method Summary
 String getNamespace()
           
 Object getValue(org.apache.xmlbeans.XmlObject xmlObject, String type, ClassLoader cl)
           
 

Method Detail

getNamespace

String getNamespace()

getValue

Object getValue(org.apache.xmlbeans.XmlObject xmlObject,
                String type,
                ClassLoader cl)
                throws org.apache.geronimo.common.DeploymentException
Throws:
org.apache.geronimo.common.DeploymentException


Copyright © 2006 Apache Software Foundation. All Rights Reserved.