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

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

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

Methods in org.apache.geronimo.corba.security.config.css with parameters of type CSSGSSUPDynamicType
protected static CSSASMechConfig CSSConfigEditor.extractGSSUPDynamic(CSSGSSUPDynamicType gssupType)
           
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.css with parameters of type CSSGSSUPDynamicType
 void CSSCompoundSecMechType.setGSSUPDynamic(CSSGSSUPDynamicType gssupDynamic)
          Sets the "GSSUPDynamic" element
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl that return CSSGSSUPDynamicType
 CSSGSSUPDynamicType CSSCompoundSecMechTypeImpl.addNewGSSUPDynamic()
          Appends and returns a new empty "GSSUPDynamic" element
 CSSGSSUPDynamicType CSSCompoundSecMechTypeImpl.getGSSUPDynamic()
          Gets the "GSSUPDynamic" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl with parameters of type CSSGSSUPDynamicType
 void CSSCompoundSecMechTypeImpl.setGSSUPDynamic(CSSGSSUPDynamicType gssupDynamic)
          Sets the "GSSUPDynamic" element
 



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