|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationMechanismType | |
org.apache.geronimo.xbeans.j2ee | |
org.apache.geronimo.xbeans.j2ee.impl |
Uses of AuthenticationMechanismType in org.apache.geronimo.xbeans.j2ee |
Methods in org.apache.geronimo.xbeans.j2ee that return AuthenticationMechanismType | |
static AuthenticationMechanismType |
AuthenticationMechanismType.Factory.newInstance()
|
static AuthenticationMechanismType |
AuthenticationMechanismType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static AuthenticationMechanismType |
AuthenticationMechanismType.Factory.parse(String s)
|
static AuthenticationMechanismType |
AuthenticationMechanismType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static AuthenticationMechanismType |
AuthenticationMechanismType.Factory.parse(File f)
|
static AuthenticationMechanismType |
AuthenticationMechanismType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static AuthenticationMechanismType |
AuthenticationMechanismType.Factory.parse(URL u)
|
static AuthenticationMechanismType |
AuthenticationMechanismType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static AuthenticationMechanismType |
AuthenticationMechanismType.Factory.parse(InputStream is)
|
static AuthenticationMechanismType |
AuthenticationMechanismType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static AuthenticationMechanismType |
AuthenticationMechanismType.Factory.parse(Reader r)
|
static AuthenticationMechanismType |
AuthenticationMechanismType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static AuthenticationMechanismType |
AuthenticationMechanismType.Factory.parse(Node node)
|
static AuthenticationMechanismType |
AuthenticationMechanismType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static AuthenticationMechanismType |
AuthenticationMechanismType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static AuthenticationMechanismType |
AuthenticationMechanismType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
AuthenticationMechanismType[] |
OutboundResourceadapterType.getAuthenticationMechanismArray()
Gets array of all "authentication-mechanism" elements |
AuthenticationMechanismType |
OutboundResourceadapterType.getAuthenticationMechanismArray(int i)
Gets ith "authentication-mechanism" element |
AuthenticationMechanismType |
OutboundResourceadapterType.insertNewAuthenticationMechanism(int i)
Inserts and returns a new empty value (as xml) as the ith "authentication-mechanism" element |
AuthenticationMechanismType |
OutboundResourceadapterType.addNewAuthenticationMechanism()
Appends and returns a new empty value (as xml) as the last "authentication-mechanism" element |
Methods in org.apache.geronimo.xbeans.j2ee with parameters of type AuthenticationMechanismType | |
void |
OutboundResourceadapterType.setAuthenticationMechanismArray(AuthenticationMechanismType[] authenticationMechanismArray)
Sets array of all "authentication-mechanism" element |
void |
OutboundResourceadapterType.setAuthenticationMechanismArray(int i,
AuthenticationMechanismType authenticationMechanism)
Sets ith "authentication-mechanism" element |
Uses of AuthenticationMechanismType in org.apache.geronimo.xbeans.j2ee.impl |
Classes in org.apache.geronimo.xbeans.j2ee.impl that implement AuthenticationMechanismType | |
class |
AuthenticationMechanismTypeImpl
An XML authentication-mechanismType(@http://java.sun.com/xml/ns/j2ee). |
Methods in org.apache.geronimo.xbeans.j2ee.impl that return AuthenticationMechanismType | |
AuthenticationMechanismType[] |
OutboundResourceadapterTypeImpl.getAuthenticationMechanismArray()
Gets array of all "authentication-mechanism" elements |
AuthenticationMechanismType |
OutboundResourceadapterTypeImpl.getAuthenticationMechanismArray(int i)
Gets ith "authentication-mechanism" element |
AuthenticationMechanismType |
OutboundResourceadapterTypeImpl.insertNewAuthenticationMechanism(int i)
Inserts and returns a new empty value (as xml) as the ith "authentication-mechanism" element |
AuthenticationMechanismType |
OutboundResourceadapterTypeImpl.addNewAuthenticationMechanism()
Appends and returns a new empty value (as xml) as the last "authentication-mechanism" element |
Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type AuthenticationMechanismType | |
void |
OutboundResourceadapterTypeImpl.setAuthenticationMechanismArray(AuthenticationMechanismType[] authenticationMechanismArray)
Sets array of all "authentication-mechanism" element |
void |
OutboundResourceadapterTypeImpl.setAuthenticationMechanismArray(int i,
AuthenticationMechanismType authenticationMechanism)
Sets ith "authentication-mechanism" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |