Uses of Interface
org.w3.x2003.x05.soapEnvelope.RelayAttribute
-
Packages that use RelayAttribute Package Description 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 Modifier and Type Method Description static RelayAttributeRelayAttribute.Factory. newInstance()static RelayAttributeRelayAttribute.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static RelayAttributeRelayAttribute.Factory. parse(File file)static RelayAttributeRelayAttribute.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static RelayAttributeRelayAttribute.Factory. parse(InputStream is)static RelayAttributeRelayAttribute.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static RelayAttributeRelayAttribute.Factory. parse(Reader r)static RelayAttributeRelayAttribute.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static RelayAttributeRelayAttribute.Factory. parse(String xmlAsString)static RelayAttributeRelayAttribute.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static RelayAttributeRelayAttribute.Factory. parse(URL u)static RelayAttributeRelayAttribute.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static RelayAttributeRelayAttribute.Factory. parse(XMLStreamReader sr)static RelayAttributeRelayAttribute.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static RelayAttributeRelayAttribute.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic RelayAttributeRelayAttribute.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic RelayAttributeRelayAttribute.Factory. parse(Node node)static RelayAttributeRelayAttribute.Factory. parse(Node node, 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 Modifier and Type Class Description classRelayAttributeImplA document containing one relay(@http://www.w3.org/2003/05/soap-envelope) attribute.
-