Uses of Interface
org.xmlsoap.schemas.ws.x2004.x08.addressing.ReplyToDocument
-
Packages that use ReplyToDocument Package Description org.xmlsoap.schemas.ws.x2004.x08.addressing -
-
Uses of ReplyToDocument in org.xmlsoap.schemas.ws.x2004.x08.addressing
Methods in org.xmlsoap.schemas.ws.x2004.x08.addressing that return ReplyToDocument Modifier and Type Method Description static ReplyToDocumentReplyToDocument.Factory. newInstance()static ReplyToDocumentReplyToDocument.Factory. newInstance(XmlOptions options)static ReplyToDocumentReplyToDocument.Factory. parse(File file)static ReplyToDocumentReplyToDocument.Factory. parse(File file, XmlOptions options)static ReplyToDocumentReplyToDocument.Factory. parse(InputStream is)static ReplyToDocumentReplyToDocument.Factory. parse(InputStream is, XmlOptions options)static ReplyToDocumentReplyToDocument.Factory. parse(Reader r)static ReplyToDocumentReplyToDocument.Factory. parse(Reader r, XmlOptions options)static ReplyToDocumentReplyToDocument.Factory. parse(String xmlAsString)static ReplyToDocumentReplyToDocument.Factory. parse(String xmlAsString, XmlOptions options)static ReplyToDocumentReplyToDocument.Factory. parse(URL u)static ReplyToDocumentReplyToDocument.Factory. parse(URL u, XmlOptions options)static ReplyToDocumentReplyToDocument.Factory. parse(XMLStreamReader sr)static ReplyToDocumentReplyToDocument.Factory. parse(XMLStreamReader sr, 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, XmlOptions options)Deprecated.XMLInputStreamstatic ReplyToDocumentReplyToDocument.Factory. parse(Node node)static ReplyToDocumentReplyToDocument.Factory. parse(Node node, XmlOptions options)
-