Uses of Interface
org.w3.x2005.x08.addressing.ReplyToDocument
-
Packages that use ReplyToDocument Package Description org.w3.x2005.x08.addressing org.w3.x2005.x08.addressing.impl -
-
Uses of ReplyToDocument in org.w3.x2005.x08.addressing
Methods in org.w3.x2005.x08.addressing that return ReplyToDocument Modifier and Type Method Description static ReplyToDocumentReplyToDocument.Factory. newInstance()static ReplyToDocumentReplyToDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ReplyToDocumentReplyToDocument.Factory. parse(File file)static ReplyToDocumentReplyToDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ReplyToDocumentReplyToDocument.Factory. parse(InputStream is)static ReplyToDocumentReplyToDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ReplyToDocumentReplyToDocument.Factory. parse(Reader r)static ReplyToDocumentReplyToDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ReplyToDocumentReplyToDocument.Factory. parse(String xmlAsString)static ReplyToDocumentReplyToDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ReplyToDocumentReplyToDocument.Factory. parse(URL u)static ReplyToDocumentReplyToDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ReplyToDocumentReplyToDocument.Factory. parse(XMLStreamReader sr)static ReplyToDocumentReplyToDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ReplyToDocumentReplyToDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ReplyToDocumentReplyToDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ReplyToDocumentReplyToDocument.Factory. parse(Node node)static ReplyToDocumentReplyToDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of ReplyToDocument in org.w3.x2005.x08.addressing.impl
Classes in org.w3.x2005.x08.addressing.impl that implement ReplyToDocument Modifier and Type Class Description classReplyToDocumentImplA document containing one ReplyTo(@http://www.w3.org/2005/08/addressing) element.
-