Uses of Interface
org.apache.geronimo.corba.xbeans.csiv2.css.CSSSasMechType

Packages that use CSSSasMechType
org.apache.geronimo.corba.security.config.css   
org.apache.geronimo.corba.xbeans.csiv2.css   
org.apache.geronimo.corba.xbeans.csiv2.css.impl   
 

Uses of CSSSasMechType in org.apache.geronimo.corba.security.config.css
 

Methods in org.apache.geronimo.corba.security.config.css with parameters of type CSSSasMechType
protected static CSSSASMechConfig CSSConfigEditor.extractSASMech(CSSSasMechType sasMechType, ClassLoader cl)
           
 

Uses of CSSSasMechType in org.apache.geronimo.corba.xbeans.csiv2.css
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css that return CSSSasMechType
 CSSSasMechType CSSCompoundSecMechType.addNewSasMech()
          Appends and returns a new empty "sasMech" element
 CSSSasMechType CSSCompoundSecMechType.getSasMech()
          Gets the "sasMech" element
static CSSSasMechType CSSSasMechType.Factory.newInstance()
           
static CSSSasMechType CSSSasMechType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static CSSSasMechType CSSSasMechType.Factory.parse(File file)
           
static CSSSasMechType CSSSasMechType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static CSSSasMechType CSSSasMechType.Factory.parse(InputStream is)
           
static CSSSasMechType CSSSasMechType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static CSSSasMechType CSSSasMechType.Factory.parse(Node node)
           
static CSSSasMechType CSSSasMechType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static CSSSasMechType CSSSasMechType.Factory.parse(Reader r)
           
static CSSSasMechType CSSSasMechType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static CSSSasMechType CSSSasMechType.Factory.parse(String xmlAsString)
           
static CSSSasMechType CSSSasMechType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static CSSSasMechType CSSSasMechType.Factory.parse(URL u)
           
static CSSSasMechType CSSSasMechType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static CSSSasMechType CSSSasMechType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static CSSSasMechType CSSSasMechType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static CSSSasMechType CSSSasMechType.Factory.parse(XMLStreamReader sr)
           
static CSSSasMechType CSSSasMechType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css with parameters of type CSSSasMechType
 void CSSCompoundSecMechType.setSasMech(CSSSasMechType sasMech)
          Sets the "sasMech" element
 

Uses of CSSSasMechType in org.apache.geronimo.corba.xbeans.csiv2.css.impl
 

Classes in org.apache.geronimo.corba.xbeans.csiv2.css.impl that implement CSSSasMechType
 class CSSSasMechTypeImpl
          An XML sasMechType(@http://openejb.apache.org/xml/ns/corba-css-config-2.1).
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl that return CSSSasMechType
 CSSSasMechType CSSCompoundSecMechTypeImpl.addNewSasMech()
          Appends and returns a new empty "sasMech" element
 CSSSasMechType CSSCompoundSecMechTypeImpl.getSasMech()
          Gets the "sasMech" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl with parameters of type CSSSasMechType
 void CSSCompoundSecMechTypeImpl.setSasMech(CSSSasMechType sasMech)
          Sets the "sasMech" element
 



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