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

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

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.css with parameters of type CSSSECIOPType
 void CSSCompoundSecMechType.setSECIOP(CSSSECIOPType seciop)
          Sets the "SECIOP" element
 

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

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

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

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



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