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

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

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

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

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

Classes in org.w3.x2003.x05.soapEnvelope.impl that implement RelayAttribute
 class RelayAttributeImpl
          A document containing one relay(@http://www.w3.org/2003/05/soap-envelope) attribute.
 



Copyright © 2008. All Rights Reserved.