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

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

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss with parameters of type TSSSECIOPType
 void TSSTssType.setSECIOP(TSSSECIOPType seciop)
          Sets the "SECIOP" element
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl that return TSSSECIOPType
 TSSSECIOPType TSSTssTypeImpl.addNewSECIOP()
          Appends and returns a new empty "SECIOP" element
 TSSSECIOPType TSSTssTypeImpl.getSECIOP()
          Gets the "SECIOP" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl with parameters of type TSSSECIOPType
 void TSSTssTypeImpl.setSECIOP(TSSSECIOPType seciop)
          Sets the "SECIOP" element
 



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