Uses of Interface
org.apache.geronimo.deployment.xbeans.ReferenceType

Packages that use ReferenceType
org.apache.geronimo.deployment.service   
org.apache.geronimo.deployment.xbeans   
org.apache.geronimo.deployment.xbeans.impl   
 

Uses of ReferenceType in org.apache.geronimo.deployment.service
 

Methods in org.apache.geronimo.deployment.service with parameters of type ReferenceType
 void SingleGBeanBuilder.setReference(String name, ReferenceType pattern, AbstractName parentName)
           
 

Uses of ReferenceType in org.apache.geronimo.deployment.xbeans
 

Methods in org.apache.geronimo.deployment.xbeans that return ReferenceType
 ReferenceType GbeanType.addNewReference()
          Appends and returns a new empty value (as xml) as the last "reference" element
 ReferenceType[] GbeanType.getReferenceArray()
          Gets array of all "reference" elements
 ReferenceType GbeanType.getReferenceArray(int i)
          Gets ith "reference" element
 ReferenceType GbeanType.insertNewReference(int i)
          Inserts and returns a new empty value (as xml) as the ith "reference" element
static ReferenceType ReferenceType.Factory.newInstance()
           
static ReferenceType ReferenceType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ReferenceType ReferenceType.Factory.parse(File file)
           
static ReferenceType ReferenceType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ReferenceType ReferenceType.Factory.parse(InputStream is)
           
static ReferenceType ReferenceType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ReferenceType ReferenceType.Factory.parse(Node node)
           
static ReferenceType ReferenceType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ReferenceType ReferenceType.Factory.parse(Reader r)
           
static ReferenceType ReferenceType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ReferenceType ReferenceType.Factory.parse(String xmlAsString)
           
static ReferenceType ReferenceType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ReferenceType ReferenceType.Factory.parse(URL u)
           
static ReferenceType ReferenceType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ReferenceType ReferenceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ReferenceType ReferenceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ReferenceType ReferenceType.Factory.parse(XMLStreamReader sr)
           
static ReferenceType ReferenceType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.deployment.xbeans with parameters of type ReferenceType
 void GbeanType.setReferenceArray(int i, ReferenceType reference)
          Sets ith "reference" element
 void GbeanType.setReferenceArray(ReferenceType[] referenceArray)
          Sets array of all "reference" element
 

Uses of ReferenceType in org.apache.geronimo.deployment.xbeans.impl
 

Classes in org.apache.geronimo.deployment.xbeans.impl that implement ReferenceType
 class ReferenceTypeImpl
          An XML referenceType(@http://geronimo.apache.org/xml/ns/deployment-1.2).
 

Methods in org.apache.geronimo.deployment.xbeans.impl that return ReferenceType
 ReferenceType GbeanTypeImpl.addNewReference()
          Appends and returns a new empty value (as xml) as the last "reference" element
 ReferenceType[] GbeanTypeImpl.getReferenceArray()
          Gets array of all "reference" elements
 ReferenceType GbeanTypeImpl.getReferenceArray(int i)
          Gets ith "reference" element
 ReferenceType GbeanTypeImpl.insertNewReference(int i)
          Inserts and returns a new empty value (as xml) as the ith "reference" element
 

Methods in org.apache.geronimo.deployment.xbeans.impl with parameters of type ReferenceType
 void GbeanTypeImpl.setReferenceArray(int i, ReferenceType reference)
          Sets ith "reference" element
 void GbeanTypeImpl.setReferenceArray(ReferenceType[] referenceArray)
          Sets array of all "reference" element
 



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