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

Packages that use CSSTrustEveryoneType
org.apache.geronimo.corba.xbeans.csiv2.css   
org.apache.geronimo.corba.xbeans.csiv2.css.impl   
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.css with parameters of type CSSTrustEveryoneType
 void CSSSSLType.setTrustEveryone(CSSTrustEveryoneType trustEveryone)
          Sets the "trustEveryone" element
 void CSSSECIOPType.setTrustEveryone(CSSTrustEveryoneType trustEveryone)
          Sets the "trustEveryone" element
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl that return CSSTrustEveryoneType
 CSSTrustEveryoneType CSSSSLTypeImpl.addNewTrustEveryone()
          Appends and returns a new empty "trustEveryone" element
 CSSTrustEveryoneType CSSSECIOPTypeImpl.addNewTrustEveryone()
          Appends and returns a new empty "trustEveryone" element
 CSSTrustEveryoneType CSSSSLTypeImpl.getTrustEveryone()
          Gets the "trustEveryone" element
 CSSTrustEveryoneType CSSSECIOPTypeImpl.getTrustEveryone()
          Gets the "trustEveryone" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.css.impl with parameters of type CSSTrustEveryoneType
 void CSSSSLTypeImpl.setTrustEveryone(CSSTrustEveryoneType trustEveryone)
          Sets the "trustEveryone" element
 void CSSSECIOPTypeImpl.setTrustEveryone(CSSTrustEveryoneType trustEveryone)
          Sets the "trustEveryone" element
 



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