Uses of Class
uk.org.ogsadai.service.faults.ComplexFaultType

Packages that use ComplexFaultType
uk.org.ogsadai.service.faults   
uk.org.ogsadai.service.wsrf.dataservice.impl This package provides classes implementing OGSA-DAI WSRF-compliant data services. 
 

Uses of ComplexFaultType in uk.org.ogsadai.service.faults
 

Subclasses of ComplexFaultType in uk.org.ogsadai.service.faults
 class ChainedFaultType
           
 class RequestFaultType
           
 

Fields in uk.org.ogsadai.service.faults declared as ComplexFaultType
private  ComplexFaultType[] ChainedFaultType.reason
           
 

Methods in uk.org.ogsadai.service.faults that return ComplexFaultType
 ComplexFaultType[] ChainedFaultType.getReason()
          Gets the reason value for this ChainedFaultType.
 ComplexFaultType ChainedFaultType.getReason(int i)
           
 

Methods in uk.org.ogsadai.service.faults with parameters of type ComplexFaultType
 void ChainedFaultType.setReason(ComplexFaultType[] reason)
          Sets the reason value for this ChainedFaultType.
 void ChainedFaultType.setReason(int i, ComplexFaultType _value)
           
 

Constructors in uk.org.ogsadai.service.faults with parameters of type ComplexFaultType
RequestFaultType(java.lang.String errorID, java.lang.String msg, java.lang.String[] params, ComplexFaultType[] reason)
           
ChainedFaultType(java.lang.String errorID, java.lang.String msg, java.lang.String[] params, ComplexFaultType[] reason)
           
 

Uses of ComplexFaultType in uk.org.ogsadai.service.wsrf.dataservice.impl
 

Methods in uk.org.ogsadai.service.wsrf.dataservice.impl with parameters of type ComplexFaultType
private  void DataServiceImpl.addAuthzComplexFault(ComplexFaultType complex, DAIAuthorizationException exception)
          Adds information about an authorization exception to a ComplexFaultType which is to be inserted into a RequestFaultType.
private  void DataServiceImpl.addComplexFault(ComplexFaultType complex, java.lang.Throwable exception)
          Adds information about an exception to a ComplexFaultType which is to be inserted into a RequestFaultType.