Uses of Class
uk.org.ogsadai.client.toolkit.service.faults.DAIFaultType

Packages that use DAIFaultType
uk.org.ogsadai.client.toolkit.service.faults This package provides classes representing faults from OGSA-DAI services - and defined in OGSA-DAI's XML Schema - as exceptions. 
uk.org.ogsadai.client.toolkit.soap This package provides classes for invoking operations on web services using SOAP over HTTP via Apache Axis. 
 

Uses of DAIFaultType in uk.org.ogsadai.client.toolkit.service.faults
 

Subclasses of DAIFaultType in uk.org.ogsadai.client.toolkit.service.faults
 class AuthorisationFaultType
          Client-side representation of deserialized AuthorisationFaultType.
 class ChainedFaultType
          Client-side representation of deserialized ChainedFaultType.
 class ComplexFaultType
          Client-side representation of deserialized ComplexFaultType.
 class InternalFaultType
          Client-side representation of deserialized InternalFaultType.
 class ReasonFaultType
          Client-side representation of deserialized ReasonFaultType.
 class RequestFaultType
          Client-side representation of deserialized RequestFaultType.
 class ResourceBusyFaultType
          Client-side representation of deserialized ResourceBusyFaultType.
 class ResourceUnknownFaultType
          Client-side representation of deserialized ResourceUnknownFaultType.
 class SimpleFaultType
          Client-side representation of deserialized SimpleFaultType.
 

Uses of DAIFaultType in uk.org.ogsadai.client.toolkit.soap
 

Methods in uk.org.ogsadai.client.toolkit.soap that throw DAIFaultType
 java.util.Vector SOAPCall.invoke(java.lang.String destination, javax.xml.namespace.QName operation, org.apache.axis.message.SOAPBodyElement body)
          Invoke an operation on a service.