Uses of Interface
org.openejb.xbeans.csiv2.tss.TSSSSLType

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

Uses of TSSSSLType in org.openejb.corba.security.config.tss
 

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

Uses of TSSSSLType in org.openejb.xbeans.csiv2.tss
 

Methods in org.openejb.xbeans.csiv2.tss that return TSSSSLType
static TSSSSLType TSSSSLType.Factory.newInstance()
           
static TSSSSLType TSSSSLType.Factory.newInstance(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(File file)
           
static TSSSSLType TSSSSLType.Factory.parse(File file, 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(InputStream is)
           
static TSSSSLType TSSSSLType.Factory.parse(InputStream is, 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(javax.xml.stream.XMLStreamReader sr)
           
static TSSSSLType TSSSSLType.Factory.parse(javax.xml.stream.XMLStreamReader sr, 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(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
 TSSSSLType TSSTssType.getSSL()
          Gets the "SSL" element
 TSSSSLType TSSTssType.addNewSSL()
          Appends and returns a new empty "SSL" element
 

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

Uses of TSSSSLType in org.openejb.xbeans.csiv2.tss.impl
 

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

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

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



Copyright © 1999-2006 OpenEJB. All Rights Reserved.