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

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss that return TSSEntityType
 TSSEntityType TSSSSLType.TrustList.addNewEntity()
          Appends and returns a new empty value (as xml) as the last "entity" element
 TSSEntityType TSSSECIOPType.TrustList.addNewEntity()
          Appends and returns a new empty value (as xml) as the last "entity" element
 TSSEntityType[] TSSSSLType.TrustList.getEntityArray()
          Gets array of all "entity" elements
 TSSEntityType[] TSSSECIOPType.TrustList.getEntityArray()
          Gets array of all "entity" elements
 TSSEntityType TSSSSLType.TrustList.getEntityArray(int i)
          Gets ith "entity" element
 TSSEntityType TSSSECIOPType.TrustList.getEntityArray(int i)
          Gets ith "entity" element
 TSSEntityType TSSSSLType.TrustList.insertNewEntity(int i)
          Inserts and returns a new empty value (as xml) as the ith "entity" element
 TSSEntityType TSSSECIOPType.TrustList.insertNewEntity(int i)
          Inserts and returns a new empty value (as xml) as the ith "entity" element
static TSSEntityType TSSEntityType.Factory.newInstance()
           
static TSSEntityType TSSEntityType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TSSEntityType TSSEntityType.Factory.parse(File file)
           
static TSSEntityType TSSEntityType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TSSEntityType TSSEntityType.Factory.parse(InputStream is)
           
static TSSEntityType TSSEntityType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TSSEntityType TSSEntityType.Factory.parse(Node node)
           
static TSSEntityType TSSEntityType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TSSEntityType TSSEntityType.Factory.parse(Reader r)
           
static TSSEntityType TSSEntityType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TSSEntityType TSSEntityType.Factory.parse(String xmlAsString)
           
static TSSEntityType TSSEntityType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TSSEntityType TSSEntityType.Factory.parse(URL u)
           
static TSSEntityType TSSEntityType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TSSEntityType TSSEntityType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TSSEntityType TSSEntityType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TSSEntityType TSSEntityType.Factory.parse(XMLStreamReader sr)
           
static TSSEntityType TSSEntityType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss with parameters of type TSSEntityType
 void TSSSSLType.TrustList.setEntityArray(int i, TSSEntityType entity)
          Sets ith "entity" element
 void TSSSECIOPType.TrustList.setEntityArray(int i, TSSEntityType entity)
          Sets ith "entity" element
 void TSSSSLType.TrustList.setEntityArray(TSSEntityType[] entityArray)
          Sets array of all "entity" element
 void TSSSECIOPType.TrustList.setEntityArray(TSSEntityType[] entityArray)
          Sets array of all "entity" element
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl that return TSSEntityType
 TSSEntityType TSSSSLTypeImpl.TrustListImpl.addNewEntity()
          Appends and returns a new empty value (as xml) as the last "entity" element
 TSSEntityType TSSSECIOPTypeImpl.TrustListImpl.addNewEntity()
          Appends and returns a new empty value (as xml) as the last "entity" element
 TSSEntityType[] TSSSSLTypeImpl.TrustListImpl.getEntityArray()
          Gets array of all "entity" elements
 TSSEntityType[] TSSSECIOPTypeImpl.TrustListImpl.getEntityArray()
          Gets array of all "entity" elements
 TSSEntityType TSSSSLTypeImpl.TrustListImpl.getEntityArray(int i)
          Gets ith "entity" element
 TSSEntityType TSSSECIOPTypeImpl.TrustListImpl.getEntityArray(int i)
          Gets ith "entity" element
 TSSEntityType TSSSSLTypeImpl.TrustListImpl.insertNewEntity(int i)
          Inserts and returns a new empty value (as xml) as the ith "entity" element
 TSSEntityType TSSSECIOPTypeImpl.TrustListImpl.insertNewEntity(int i)
          Inserts and returns a new empty value (as xml) as the ith "entity" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl with parameters of type TSSEntityType
 void TSSSSLTypeImpl.TrustListImpl.setEntityArray(int i, TSSEntityType entity)
          Sets ith "entity" element
 void TSSSECIOPTypeImpl.TrustListImpl.setEntityArray(int i, TSSEntityType entity)
          Sets ith "entity" element
 void TSSSSLTypeImpl.TrustListImpl.setEntityArray(TSSEntityType[] entityArray)
          Sets array of all "entity" element
 void TSSSECIOPTypeImpl.TrustListImpl.setEntityArray(TSSEntityType[] entityArray)
          Sets array of all "entity" element
 



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