Uses of Interface
org.w3.x2003.x05.soapEnvelope.UpgradeDocument

Packages that use UpgradeDocument
org.w3.x2003.x05.soapEnvelope   
org.w3.x2003.x05.soapEnvelope.impl   
 

Uses of UpgradeDocument in org.w3.x2003.x05.soapEnvelope
 

Methods in org.w3.x2003.x05.soapEnvelope that return UpgradeDocument
static UpgradeDocument UpgradeDocument.Factory.newInstance()
           
static UpgradeDocument UpgradeDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static UpgradeDocument UpgradeDocument.Factory.parse(java.io.File file)
           
static UpgradeDocument UpgradeDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static UpgradeDocument UpgradeDocument.Factory.parse(java.io.InputStream is)
           
static UpgradeDocument UpgradeDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static UpgradeDocument UpgradeDocument.Factory.parse(org.w3c.dom.Node node)
           
static UpgradeDocument UpgradeDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static UpgradeDocument UpgradeDocument.Factory.parse(java.io.Reader r)
           
static UpgradeDocument UpgradeDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static UpgradeDocument UpgradeDocument.Factory.parse(java.lang.String xmlAsString)
           
static UpgradeDocument UpgradeDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static UpgradeDocument UpgradeDocument.Factory.parse(java.net.URL u)
           
static UpgradeDocument UpgradeDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static UpgradeDocument UpgradeDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static UpgradeDocument UpgradeDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static UpgradeDocument UpgradeDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static UpgradeDocument UpgradeDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of UpgradeDocument in org.w3.x2003.x05.soapEnvelope.impl
 

Classes in org.w3.x2003.x05.soapEnvelope.impl that implement UpgradeDocument
 class UpgradeDocumentImpl
          A document containing one Upgrade(@http://www.w3.org/2003/05/soap-envelope) element.
 



Copyright © 2008. All Rights Reserved.