Uses of Interface
org.w3.x2005.x08.addressing.ReplyToDocument

Packages that use ReplyToDocument
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
static ReplyToDocument ReplyToDocument.Factory.newInstance()
           
static ReplyToDocument ReplyToDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ReplyToDocument ReplyToDocument.Factory.parse(File file)
           
static ReplyToDocument ReplyToDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ReplyToDocument ReplyToDocument.Factory.parse(InputStream is)
           
static ReplyToDocument ReplyToDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ReplyToDocument ReplyToDocument.Factory.parse(Node node)
           
static ReplyToDocument ReplyToDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ReplyToDocument ReplyToDocument.Factory.parse(Reader r)
           
static ReplyToDocument ReplyToDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ReplyToDocument ReplyToDocument.Factory.parse(String xmlAsString)
           
static ReplyToDocument ReplyToDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ReplyToDocument ReplyToDocument.Factory.parse(URL u)
           
static ReplyToDocument ReplyToDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ReplyToDocument ReplyToDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ReplyToDocument ReplyToDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ReplyToDocument ReplyToDocument.Factory.parse(XMLStreamReader sr)
           
static ReplyToDocument ReplyToDocument.Factory.parse(XMLStreamReader sr, 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
 class ReplyToDocumentImpl
          A document containing one ReplyTo(@http://www.w3.org/2005/08/addressing) element.
 



Copyright © 2008-2012. All Rights Reserved.