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

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

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

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

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.css with parameters of type CSSGSSUPStaticType
 void CSSCompoundSecMechType.setGSSUPStatic(CSSGSSUPStaticType gssupStatic)
          Sets the "GSSUPStatic" element
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl that return CSSGSSUPStaticType
 CSSGSSUPStaticType CSSCompoundSecMechTypeImpl.addNewGSSUPStatic()
          Appends and returns a new empty "GSSUPStatic" element
 CSSGSSUPStaticType CSSCompoundSecMechTypeImpl.getGSSUPStatic()
          Gets the "GSSUPStatic" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl with parameters of type CSSGSSUPStaticType
 void CSSCompoundSecMechTypeImpl.setGSSUPStatic(CSSGSSUPStaticType gssupStatic)
          Sets the "GSSUPStatic" element
 



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