Uses of Interface
org.apache.geronimo.xbeans.ejb.ExcludeListType

Packages that use ExcludeListType
org.apache.geronimo.xbeans.ejb   
org.apache.geronimo.xbeans.ejb.impl   
 

Uses of ExcludeListType in org.apache.geronimo.xbeans.ejb
 

Methods in org.apache.geronimo.xbeans.ejb that return ExcludeListType
 ExcludeListType AssemblyDescriptorType.getExcludeList()
          Gets the "exclude-list" element
 ExcludeListType AssemblyDescriptorType.addNewExcludeList()
          Appends and returns a new empty "exclude-list" element
static ExcludeListType ExcludeListType.Factory.newInstance()
           
static ExcludeListType ExcludeListType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ExcludeListType ExcludeListType.Factory.parse(String s)
           
static ExcludeListType ExcludeListType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static ExcludeListType ExcludeListType.Factory.parse(File f)
           
static ExcludeListType ExcludeListType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static ExcludeListType ExcludeListType.Factory.parse(URL u)
           
static ExcludeListType ExcludeListType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ExcludeListType ExcludeListType.Factory.parse(InputStream is)
           
static ExcludeListType ExcludeListType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ExcludeListType ExcludeListType.Factory.parse(Reader r)
           
static ExcludeListType ExcludeListType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ExcludeListType ExcludeListType.Factory.parse(Node node)
           
static ExcludeListType ExcludeListType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ExcludeListType ExcludeListType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static ExcludeListType ExcludeListType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type ExcludeListType
 void AssemblyDescriptorType.setExcludeList(ExcludeListType excludeList)
          Sets the "exclude-list" element
 

Uses of ExcludeListType in org.apache.geronimo.xbeans.ejb.impl
 

Classes in org.apache.geronimo.xbeans.ejb.impl that implement ExcludeListType
 class ExcludeListTypeImpl
          An XML exclude-listType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.ejb.impl that return ExcludeListType
 ExcludeListType AssemblyDescriptorTypeImpl.getExcludeList()
          Gets the "exclude-list" element
 ExcludeListType AssemblyDescriptorTypeImpl.addNewExcludeList()
          Appends and returns a new empty "exclude-list" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type ExcludeListType
 void AssemblyDescriptorTypeImpl.setExcludeList(ExcludeListType excludeList)
          Sets the "exclude-list" element
 



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