Uses of Interface
org.oasisOpen.docs.wsrf.bf2.BaseFaultDocument

Packages that use BaseFaultDocument
org.oasisOpen.docs.wsrf.bf2   
org.oasisOpen.docs.wsrf.bf2.impl   
 

Uses of BaseFaultDocument in org.oasisOpen.docs.wsrf.bf2
 

Methods in org.oasisOpen.docs.wsrf.bf2 that return BaseFaultDocument
static BaseFaultDocument BaseFaultDocument.Factory.newInstance()
           
static BaseFaultDocument BaseFaultDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static BaseFaultDocument BaseFaultDocument.Factory.parse(File file)
           
static BaseFaultDocument BaseFaultDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static BaseFaultDocument BaseFaultDocument.Factory.parse(InputStream is)
           
static BaseFaultDocument BaseFaultDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static BaseFaultDocument BaseFaultDocument.Factory.parse(Node node)
           
static BaseFaultDocument BaseFaultDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static BaseFaultDocument BaseFaultDocument.Factory.parse(Reader r)
           
static BaseFaultDocument BaseFaultDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static BaseFaultDocument BaseFaultDocument.Factory.parse(String xmlAsString)
           
static BaseFaultDocument BaseFaultDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static BaseFaultDocument BaseFaultDocument.Factory.parse(URL u)
           
static BaseFaultDocument BaseFaultDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static BaseFaultDocument BaseFaultDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static BaseFaultDocument BaseFaultDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static BaseFaultDocument BaseFaultDocument.Factory.parse(XMLStreamReader sr)
           
static BaseFaultDocument BaseFaultDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of BaseFaultDocument in org.oasisOpen.docs.wsrf.bf2.impl
 

Classes in org.oasisOpen.docs.wsrf.bf2.impl that implement BaseFaultDocument
 class BaseFaultDocumentImpl
          A document containing one BaseFault(@http://docs.oasis-open.org/wsrf/bf-2) element.
 



Copyright © 2008-2012. All Rights Reserved.