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

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

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss with parameters of type TSSTrustEveryoneType
 void TSSSSLType.setTrustEveryone(TSSTrustEveryoneType trustEveryone)
          Sets the "trustEveryone" element
 void TSSSECIOPType.setTrustEveryone(TSSTrustEveryoneType trustEveryone)
          Sets the "trustEveryone" element
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl that return TSSTrustEveryoneType
 TSSTrustEveryoneType TSSSSLTypeImpl.addNewTrustEveryone()
          Appends and returns a new empty "trustEveryone" element
 TSSTrustEveryoneType TSSSECIOPTypeImpl.addNewTrustEveryone()
          Appends and returns a new empty "trustEveryone" element
 TSSTrustEveryoneType TSSSSLTypeImpl.getTrustEveryone()
          Gets the "trustEveryone" element
 TSSTrustEveryoneType TSSSECIOPTypeImpl.getTrustEveryone()
          Gets the "trustEveryone" element
 

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



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