Uses of Class
org.apache.geronimo.system.plugin.model.AttributesType

Packages that use AttributesType
org.apache.geronimo.system.configuration   
org.apache.geronimo.system.plugin.model   
 

Uses of AttributesType in org.apache.geronimo.system.configuration
 

Methods in org.apache.geronimo.system.configuration that return AttributesType
static AttributesType AttributesXmlUtil.loadAttributes(java.io.Reader in)
           
 

Methods in org.apache.geronimo.system.configuration with parameters of type AttributesType
static void AttributesXmlUtil.writeAttributes(AttributesType metadata, java.io.Writer out)
           
 

Uses of AttributesType in org.apache.geronimo.system.plugin.model
 

Methods in org.apache.geronimo.system.plugin.model that return AttributesType
 AttributesType ObjectFactory.createAttributesType()
          Create an instance of AttributesType
 

Methods in org.apache.geronimo.system.plugin.model that return types with arguments of type AttributesType
 javax.xml.bind.JAXBElement<AttributesType> ObjectFactory.createAttributes(AttributesType value)
          Create an instance of JAXBElement<AttributesType>}
 

Methods in org.apache.geronimo.system.plugin.model with parameters of type AttributesType
 javax.xml.bind.JAXBElement<AttributesType> ObjectFactory.createAttributes(AttributesType value)
          Create an instance of JAXBElement<AttributesType>}
 



Copyright © 2003-2012 The Apache Geronimo development community. All Rights Reserved.