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

Packages that use EndpointReferenceDocument
org.w3.x2005.x08.addressing   
org.w3.x2005.x08.addressing.impl   
 

Uses of EndpointReferenceDocument in org.w3.x2005.x08.addressing
 

Methods in org.w3.x2005.x08.addressing that return EndpointReferenceDocument
static EndpointReferenceDocument EndpointReferenceDocument.Factory.newInstance()
           
static EndpointReferenceDocument EndpointReferenceDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EndpointReferenceDocument EndpointReferenceDocument.Factory.parse(File file)
           
static EndpointReferenceDocument EndpointReferenceDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static EndpointReferenceDocument EndpointReferenceDocument.Factory.parse(InputStream is)
           
static EndpointReferenceDocument EndpointReferenceDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EndpointReferenceDocument EndpointReferenceDocument.Factory.parse(Node node)
           
static EndpointReferenceDocument EndpointReferenceDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static EndpointReferenceDocument EndpointReferenceDocument.Factory.parse(Reader r)
           
static EndpointReferenceDocument EndpointReferenceDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EndpointReferenceDocument EndpointReferenceDocument.Factory.parse(String xmlAsString)
           
static EndpointReferenceDocument EndpointReferenceDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static EndpointReferenceDocument EndpointReferenceDocument.Factory.parse(URL u)
           
static EndpointReferenceDocument EndpointReferenceDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static EndpointReferenceDocument EndpointReferenceDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static EndpointReferenceDocument EndpointReferenceDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static EndpointReferenceDocument EndpointReferenceDocument.Factory.parse(XMLStreamReader sr)
           
static EndpointReferenceDocument EndpointReferenceDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of EndpointReferenceDocument in org.w3.x2005.x08.addressing.impl
 

Classes in org.w3.x2005.x08.addressing.impl that implement EndpointReferenceDocument
 class EndpointReferenceDocumentImpl
          A document containing one EndpointReference(@http://www.w3.org/2005/08/addressing) element.
 



Copyright © 2008-2012. All Rights Reserved.