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

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

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss with parameters of type TSSITTX509CertChainType
 void TSSIdentityTokenTypeList.setITTX509CertChain(TSSITTX509CertChainType ittx509CertChain)
          Sets the "ITTX509CertChain" element
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl that return TSSITTX509CertChainType
 TSSITTX509CertChainType TSSIdentityTokenTypeListImpl.addNewITTX509CertChain()
          Appends and returns a new empty "ITTX509CertChain" element
 TSSITTX509CertChainType TSSIdentityTokenTypeListImpl.getITTX509CertChain()
          Gets the "ITTX509CertChain" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl with parameters of type TSSITTX509CertChainType
 void TSSIdentityTokenTypeListImpl.setITTX509CertChain(TSSITTX509CertChainType ittx509CertChain)
          Sets the "ITTX509CertChain" element
 



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