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

Packages that use BaseFaultType
org.oasisOpen.docs.wsrf.bf2   
org.oasisOpen.docs.wsrf.bf2.impl   
org.ogf.graap.wsag.api.exceptions   
org.ogf.schemas.graap.wsAgreement   
org.ogf.schemas.graap.wsAgreement.impl   
 

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

Methods in org.oasisOpen.docs.wsrf.bf2 that return BaseFaultType
 BaseFaultType BaseFaultDocument.addNewBaseFault()
          Appends and returns a new empty "BaseFault" element
 BaseFaultType BaseFaultDocument.getBaseFault()
          Gets the "BaseFault" element
static BaseFaultType BaseFaultType.Factory.newInstance()
           
static BaseFaultType BaseFaultType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static BaseFaultType BaseFaultType.Factory.parse(File file)
           
static BaseFaultType BaseFaultType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static BaseFaultType BaseFaultType.Factory.parse(InputStream is)
           
static BaseFaultType BaseFaultType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static BaseFaultType BaseFaultType.Factory.parse(Node node)
           
static BaseFaultType BaseFaultType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static BaseFaultType BaseFaultType.Factory.parse(Reader r)
           
static BaseFaultType BaseFaultType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static BaseFaultType BaseFaultType.Factory.parse(String xmlAsString)
           
static BaseFaultType BaseFaultType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static BaseFaultType BaseFaultType.Factory.parse(URL u)
           
static BaseFaultType BaseFaultType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static BaseFaultType BaseFaultType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static BaseFaultType BaseFaultType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static BaseFaultType BaseFaultType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static BaseFaultType BaseFaultType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.oasisOpen.docs.wsrf.bf2 with parameters of type BaseFaultType
 void BaseFaultDocument.setBaseFault(BaseFaultType baseFault)
          Sets the "BaseFault" element
 

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

Classes in org.oasisOpen.docs.wsrf.bf2.impl that implement BaseFaultType
 class BaseFaultTypeImpl
          An XML BaseFaultType(@http://docs.oasis-open.org/wsrf/bf-2).
 

Methods in org.oasisOpen.docs.wsrf.bf2.impl that return BaseFaultType
 BaseFaultType BaseFaultDocumentImpl.addNewBaseFault()
          Appends and returns a new empty "BaseFault" element
 BaseFaultType BaseFaultDocumentImpl.getBaseFault()
          Gets the "BaseFault" element
 

Methods in org.oasisOpen.docs.wsrf.bf2.impl with parameters of type BaseFaultType
 void BaseFaultDocumentImpl.setBaseFault(BaseFaultType baseFault)
          Sets the "BaseFault" element
 

Uses of BaseFaultType in org.ogf.graap.wsag.api.exceptions
 

Methods in org.ogf.graap.wsag.api.exceptions that return BaseFaultType
 BaseFaultType NegotiationException.getBaseFault()
           
 BaseFaultType AgreementFactoryException.getBaseFault()
           
 

Uses of BaseFaultType in org.ogf.schemas.graap.wsAgreement
 

Subinterfaces of BaseFaultType in org.ogf.schemas.graap.wsAgreement
 interface ContinuingFaultType
          An XML ContinuingFaultType(@http://schemas.ggf.org/graap/2007/03/ws-agreement).
 

Uses of BaseFaultType in org.ogf.schemas.graap.wsAgreement.impl
 

Classes in org.ogf.schemas.graap.wsAgreement.impl that implement BaseFaultType
 class ContinuingFaultTypeImpl
          An XML ContinuingFaultType(@http://schemas.ggf.org/graap/2007/03/ws-agreement).
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.