Uses of Interface
org.apache.geronimo.openejb.xbeans.ejbjar.OpenejbAuthMethodType

Packages that use OpenejbAuthMethodType
org.apache.geronimo.openejb.xbeans.ejbjar   
org.apache.geronimo.openejb.xbeans.ejbjar.impl   
 

Uses of OpenejbAuthMethodType in org.apache.geronimo.openejb.xbeans.ejbjar
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar that return OpenejbAuthMethodType
static OpenejbAuthMethodType OpenejbAuthMethodType.Factory.newInstance()
           
static OpenejbAuthMethodType OpenejbAuthMethodType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static OpenejbAuthMethodType OpenejbAuthMethodType.Factory.newValue(Object obj)
           
static OpenejbAuthMethodType OpenejbAuthMethodType.Factory.parse(File file)
           
static OpenejbAuthMethodType OpenejbAuthMethodType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbAuthMethodType OpenejbAuthMethodType.Factory.parse(InputStream is)
           
static OpenejbAuthMethodType OpenejbAuthMethodType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbAuthMethodType OpenejbAuthMethodType.Factory.parse(Node node)
           
static OpenejbAuthMethodType OpenejbAuthMethodType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbAuthMethodType OpenejbAuthMethodType.Factory.parse(Reader r)
           
static OpenejbAuthMethodType OpenejbAuthMethodType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbAuthMethodType OpenejbAuthMethodType.Factory.parse(String xmlAsString)
           
static OpenejbAuthMethodType OpenejbAuthMethodType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbAuthMethodType OpenejbAuthMethodType.Factory.parse(URL u)
           
static OpenejbAuthMethodType OpenejbAuthMethodType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static OpenejbAuthMethodType OpenejbAuthMethodType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static OpenejbAuthMethodType OpenejbAuthMethodType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static OpenejbAuthMethodType OpenejbAuthMethodType.Factory.parse(XMLStreamReader sr)
           
static OpenejbAuthMethodType OpenejbAuthMethodType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 OpenejbAuthMethodType OpenejbWebServiceSecurityType.xgetAuthMethod()
          Gets (as xml) the "auth-method" element
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar with parameters of type OpenejbAuthMethodType
 void OpenejbWebServiceSecurityType.xsetAuthMethod(OpenejbAuthMethodType authMethod)
          Sets (as xml) the "auth-method" element
 

Uses of OpenejbAuthMethodType in org.apache.geronimo.openejb.xbeans.ejbjar.impl
 

Classes in org.apache.geronimo.openejb.xbeans.ejbjar.impl that implement OpenejbAuthMethodType
 class OpenejbAuthMethodTypeImpl
          An XML auth-methodType(@http://geronimo.apache.org/xml/ns/j2ee/ejb/openejb-2.0).
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar.impl that return OpenejbAuthMethodType
 OpenejbAuthMethodType OpenejbWebServiceSecurityTypeImpl.xgetAuthMethod()
          Gets (as xml) the "auth-method" element
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar.impl with parameters of type OpenejbAuthMethodType
 void OpenejbWebServiceSecurityTypeImpl.xsetAuthMethod(OpenejbAuthMethodType authMethod)
          Sets (as xml) the "auth-method" element
 



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