Uses of Interface
org.apache.geronimo.xbeans.j2ee.TransportGuaranteeType

Packages that use TransportGuaranteeType
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
org.apache.geronimo.xbeans.web   
org.apache.geronimo.xbeans.web.impl   
 

Uses of TransportGuaranteeType in org.apache.geronimo.xbeans.j2ee
 

Methods in org.apache.geronimo.xbeans.j2ee that return TransportGuaranteeType
static TransportGuaranteeType TransportGuaranteeType.Factory.newValue(Object obj)
           
static TransportGuaranteeType TransportGuaranteeType.Factory.newInstance()
           
static TransportGuaranteeType TransportGuaranteeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TransportGuaranteeType TransportGuaranteeType.Factory.parse(String s)
           
static TransportGuaranteeType TransportGuaranteeType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static TransportGuaranteeType TransportGuaranteeType.Factory.parse(File f)
           
static TransportGuaranteeType TransportGuaranteeType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static TransportGuaranteeType TransportGuaranteeType.Factory.parse(URL u)
           
static TransportGuaranteeType TransportGuaranteeType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TransportGuaranteeType TransportGuaranteeType.Factory.parse(InputStream is)
           
static TransportGuaranteeType TransportGuaranteeType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TransportGuaranteeType TransportGuaranteeType.Factory.parse(Reader r)
           
static TransportGuaranteeType TransportGuaranteeType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TransportGuaranteeType TransportGuaranteeType.Factory.parse(Node node)
           
static TransportGuaranteeType TransportGuaranteeType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TransportGuaranteeType TransportGuaranteeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static TransportGuaranteeType TransportGuaranteeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of TransportGuaranteeType in org.apache.geronimo.xbeans.j2ee.impl
 

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement TransportGuaranteeType
 class TransportGuaranteeTypeImpl
          An XML transport-guaranteeType(@http://java.sun.com/xml/ns/j2ee).
 

Uses of TransportGuaranteeType in org.apache.geronimo.xbeans.web
 

Methods in org.apache.geronimo.xbeans.web that return TransportGuaranteeType
 TransportGuaranteeType UserDataConstraintType.xgetTransportGuarantee()
          Gets (as xml) the "transport-guarantee" element
 

Methods in org.apache.geronimo.xbeans.web with parameters of type TransportGuaranteeType
 void UserDataConstraintType.xsetTransportGuarantee(TransportGuaranteeType transportGuarantee)
          Sets (as xml) the "transport-guarantee" element
 

Uses of TransportGuaranteeType in org.apache.geronimo.xbeans.web.impl
 

Methods in org.apache.geronimo.xbeans.web.impl that return TransportGuaranteeType
 TransportGuaranteeType UserDataConstraintTypeImpl.xgetTransportGuarantee()
          Gets (as xml) the "transport-guarantee" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type TransportGuaranteeType
 void UserDataConstraintTypeImpl.xsetTransportGuarantee(TransportGuaranteeType transportGuarantee)
          Sets (as xml) the "transport-guarantee" element
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.