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

Packages that use TSSSSLType
org.apache.geronimo.corba.security.config.tss   
org.apache.geronimo.corba.xbeans.csiv2.tss   
org.apache.geronimo.corba.xbeans.csiv2.tss.impl   
 

Uses of TSSSSLType in org.apache.geronimo.corba.security.config.tss
 

Methods in org.apache.geronimo.corba.security.config.tss with parameters of type TSSSSLType
protected static TSSTransportMechConfig TSSConfigEditor.extractSSL(TSSSSLType sslMech)
           
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss with parameters of type TSSSSLType
 void TSSTssType.setSSL(TSSSSLType ssl)
          Sets the "SSL" element
 

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

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

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

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



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