Uses of Interface
org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGssExportedNameType

Packages that use TSSGssExportedNameType
org.apache.geronimo.corba.xbeans.csiv2.tss   
org.apache.geronimo.corba.xbeans.csiv2.tss.impl   
 

Uses of TSSGssExportedNameType in org.apache.geronimo.corba.xbeans.csiv2.tss
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss that return TSSGssExportedNameType
 TSSGssExportedNameType TSSSasMechType.ServiceConfigurationList.addNewGssExportedName()
          Appends and returns a new empty value (as xml) as the last "gssExportedName" element
 TSSGssExportedNameType[] TSSSasMechType.ServiceConfigurationList.getGssExportedNameArray()
          Gets array of all "gssExportedName" elements
 TSSGssExportedNameType TSSSasMechType.ServiceConfigurationList.getGssExportedNameArray(int i)
          Gets ith "gssExportedName" element
 TSSGssExportedNameType TSSSasMechType.ServiceConfigurationList.insertNewGssExportedName(int i)
          Inserts and returns a new empty value (as xml) as the ith "gssExportedName" element
static TSSGssExportedNameType TSSGssExportedNameType.Factory.newInstance()
           
static TSSGssExportedNameType TSSGssExportedNameType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TSSGssExportedNameType TSSGssExportedNameType.Factory.parse(File file)
           
static TSSGssExportedNameType TSSGssExportedNameType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TSSGssExportedNameType TSSGssExportedNameType.Factory.parse(InputStream is)
           
static TSSGssExportedNameType TSSGssExportedNameType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TSSGssExportedNameType TSSGssExportedNameType.Factory.parse(Node node)
           
static TSSGssExportedNameType TSSGssExportedNameType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TSSGssExportedNameType TSSGssExportedNameType.Factory.parse(Reader r)
           
static TSSGssExportedNameType TSSGssExportedNameType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TSSGssExportedNameType TSSGssExportedNameType.Factory.parse(String xmlAsString)
           
static TSSGssExportedNameType TSSGssExportedNameType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TSSGssExportedNameType TSSGssExportedNameType.Factory.parse(URL u)
           
static TSSGssExportedNameType TSSGssExportedNameType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TSSGssExportedNameType TSSGssExportedNameType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TSSGssExportedNameType TSSGssExportedNameType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TSSGssExportedNameType TSSGssExportedNameType.Factory.parse(XMLStreamReader sr)
           
static TSSGssExportedNameType TSSGssExportedNameType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss with parameters of type TSSGssExportedNameType
 void TSSSasMechType.ServiceConfigurationList.setGssExportedNameArray(int i, TSSGssExportedNameType gssExportedName)
          Sets ith "gssExportedName" element
 void TSSSasMechType.ServiceConfigurationList.setGssExportedNameArray(TSSGssExportedNameType[] gssExportedNameArray)
          Sets array of all "gssExportedName" element
 

Uses of TSSGssExportedNameType in org.apache.geronimo.corba.xbeans.csiv2.tss.impl
 

Classes in org.apache.geronimo.corba.xbeans.csiv2.tss.impl that implement TSSGssExportedNameType
 class TSSGssExportedNameTypeImpl
          An XML gssExportedNameType(@http://openejb.apache.org/xml/ns/corba-tss-config-2.1).
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl that return TSSGssExportedNameType
 TSSGssExportedNameType TSSSasMechTypeImpl.ServiceConfigurationListImpl.addNewGssExportedName()
          Appends and returns a new empty value (as xml) as the last "gssExportedName" element
 TSSGssExportedNameType[] TSSSasMechTypeImpl.ServiceConfigurationListImpl.getGssExportedNameArray()
          Gets array of all "gssExportedName" elements
 TSSGssExportedNameType TSSSasMechTypeImpl.ServiceConfigurationListImpl.getGssExportedNameArray(int i)
          Gets ith "gssExportedName" element
 TSSGssExportedNameType TSSSasMechTypeImpl.ServiceConfigurationListImpl.insertNewGssExportedName(int i)
          Inserts and returns a new empty value (as xml) as the ith "gssExportedName" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl with parameters of type TSSGssExportedNameType
 void TSSSasMechTypeImpl.ServiceConfigurationListImpl.setGssExportedNameArray(int i, TSSGssExportedNameType gssExportedName)
          Sets ith "gssExportedName" element
 void TSSSasMechTypeImpl.ServiceConfigurationListImpl.setGssExportedNameArray(TSSGssExportedNameType[] gssExportedNameArray)
          Sets array of all "gssExportedName" element
 



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