Uses of Interface
org.oasisOpen.docs.wsrf.bf2.BaseFaultDocument
-
Packages that use BaseFaultDocument Package Description 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 Modifier and Type Method Description static BaseFaultDocumentBaseFaultDocument.Factory. newInstance()static BaseFaultDocumentBaseFaultDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static BaseFaultDocumentBaseFaultDocument.Factory. parse(File file)static BaseFaultDocumentBaseFaultDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static BaseFaultDocumentBaseFaultDocument.Factory. parse(InputStream is)static BaseFaultDocumentBaseFaultDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static BaseFaultDocumentBaseFaultDocument.Factory. parse(Reader r)static BaseFaultDocumentBaseFaultDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static BaseFaultDocumentBaseFaultDocument.Factory. parse(String xmlAsString)static BaseFaultDocumentBaseFaultDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static BaseFaultDocumentBaseFaultDocument.Factory. parse(URL u)static BaseFaultDocumentBaseFaultDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static BaseFaultDocumentBaseFaultDocument.Factory. parse(XMLStreamReader sr)static BaseFaultDocumentBaseFaultDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static BaseFaultDocumentBaseFaultDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic BaseFaultDocumentBaseFaultDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic BaseFaultDocumentBaseFaultDocument.Factory. parse(Node node)static BaseFaultDocumentBaseFaultDocument.Factory. parse(Node node, 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 Modifier and Type Class Description classBaseFaultDocumentImplA document containing one BaseFault(@http://docs.oasis-open.org/wsrf/bf-2) element.
-