Uses of Interface
org.apache.geronimo.xbeans.j2ee.ResAuthType

Packages that use ResAuthType
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
 

Uses of ResAuthType in org.apache.geronimo.xbeans.j2ee
 

Methods in org.apache.geronimo.xbeans.j2ee that return ResAuthType
 ResAuthType ResourceRefType.xgetResAuth()
          Gets (as xml) the "res-auth" element
static ResAuthType ResAuthType.Factory.newValue(Object obj)
           
static ResAuthType ResAuthType.Factory.newInstance()
           
static ResAuthType ResAuthType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ResAuthType ResAuthType.Factory.parse(String s)
           
static ResAuthType ResAuthType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static ResAuthType ResAuthType.Factory.parse(File f)
           
static ResAuthType ResAuthType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static ResAuthType ResAuthType.Factory.parse(URL u)
           
static ResAuthType ResAuthType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ResAuthType ResAuthType.Factory.parse(InputStream is)
           
static ResAuthType ResAuthType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ResAuthType ResAuthType.Factory.parse(Reader r)
           
static ResAuthType ResAuthType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ResAuthType ResAuthType.Factory.parse(Node node)
           
static ResAuthType ResAuthType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ResAuthType ResAuthType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static ResAuthType ResAuthType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type ResAuthType
 void ResourceRefType.xsetResAuth(ResAuthType resAuth)
          Sets (as xml) the "res-auth" element
 

Uses of ResAuthType in org.apache.geronimo.xbeans.j2ee.impl
 

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement ResAuthType
 class ResAuthTypeImpl
          An XML res-authType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.j2ee.impl that return ResAuthType
 ResAuthType ResourceRefTypeImpl.xgetResAuth()
          Gets (as xml) the "res-auth" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type ResAuthType
 void ResourceRefTypeImpl.xsetResAuth(ResAuthType resAuth)
          Sets (as xml) the "res-auth" element
 



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