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

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

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

Methods in org.apache.geronimo.corba.security.config.css with parameters of type CSSSSLType
protected static CSSTransportMechConfig CSSConfigEditor.extractSSLTransport(CSSSSLType sslType)
           
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.css with parameters of type CSSSSLType
 void CSSCompoundSecMechType.setSSL(CSSSSLType ssl)
          Sets the "SSL" element
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl that return CSSSSLType
 CSSSSLType CSSCompoundSecMechTypeImpl.addNewSSL()
          Appends and returns a new empty "SSL" element
 CSSSSLType CSSCompoundSecMechTypeImpl.getSSL()
          Gets the "SSL" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl with parameters of type CSSSSLType
 void CSSCompoundSecMechTypeImpl.setSSL(CSSSSLType ssl)
          Sets the "SSL" element
 



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