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

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

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss with parameters of type TSSTrustNooneType
 void TSSSSLType.setTrustNoone(TSSTrustNooneType trustNoone)
          Sets the "trustNoone" element
 void TSSSECIOPType.setTrustNoone(TSSTrustNooneType trustNoone)
          Sets the "trustNoone" element
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl that return TSSTrustNooneType
 TSSTrustNooneType TSSSSLTypeImpl.addNewTrustNoone()
          Appends and returns a new empty "trustNoone" element
 TSSTrustNooneType TSSSECIOPTypeImpl.addNewTrustNoone()
          Appends and returns a new empty "trustNoone" element
 TSSTrustNooneType TSSSSLTypeImpl.getTrustNoone()
          Gets the "trustNoone" element
 TSSTrustNooneType TSSSECIOPTypeImpl.getTrustNoone()
          Gets the "trustNoone" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl with parameters of type TSSTrustNooneType
 void TSSSSLTypeImpl.setTrustNoone(TSSTrustNooneType trustNoone)
          Sets the "trustNoone" element
 void TSSSECIOPTypeImpl.setTrustNoone(TSSTrustNooneType trustNoone)
          Sets the "trustNoone" element
 



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