Uses of Interface
org.apache.geronimo.corba.xbeans.csiv2.css.CSSSSLType.TrustList

Packages that use CSSSSLType.TrustList
org.apache.geronimo.corba.xbeans.csiv2.css   
org.apache.geronimo.corba.xbeans.csiv2.css.impl   
 

Uses of CSSSSLType.TrustList in org.apache.geronimo.corba.xbeans.csiv2.css
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css that return CSSSSLType.TrustList
 CSSSSLType.TrustList CSSSSLType.addNewTrustList()
          Appends and returns a new empty "trustList" element
 CSSSSLType.TrustList CSSSSLType.getTrustList()
          Gets the "trustList" element
static CSSSSLType.TrustList CSSSSLType.TrustList.Factory.newInstance()
           
static CSSSSLType.TrustList CSSSSLType.TrustList.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css with parameters of type CSSSSLType.TrustList
 void CSSSSLType.setTrustList(CSSSSLType.TrustList trustList)
          Sets the "trustList" element
 

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

Classes in org.apache.geronimo.corba.xbeans.csiv2.css.impl that implement CSSSSLType.TrustList
static class CSSSSLTypeImpl.TrustListImpl
          An XML trustList(@http://openejb.apache.org/xml/ns/corba-css-config-2.1).
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl that return CSSSSLType.TrustList
 CSSSSLType.TrustList CSSSSLTypeImpl.addNewTrustList()
          Appends and returns a new empty "trustList" element
 CSSSSLType.TrustList CSSSSLTypeImpl.getTrustList()
          Gets the "trustList" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl with parameters of type CSSSSLType.TrustList
 void CSSSSLTypeImpl.setTrustList(CSSSSLType.TrustList trustList)
          Sets the "trustList" element
 



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