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

Packages that use RequestFaultType
uk.org.ogsadai.service.wsrf.dataservice This package provides interfaces to OGSA-DAI WSRF-compliant data services. 
uk.org.ogsadai.service.wsrf.dataservice.bindings   
uk.org.ogsadai.service.wsrf.dataservice.impl This package provides classes implementing OGSA-DAI WSRF-compliant data services. 
 

Uses of RequestFaultType in uk.org.ogsadai.service.wsrf.dataservice
 

Methods in uk.org.ogsadai.service.wsrf.dataservice that throw RequestFaultType
 PerformResponse ConfigurableDataServicePortType.perform(Perform parameters)
           
 PutResponse ConfigurableDataServicePortType.putFully(PutFully parameters)
           
 PutResponse ConfigurableDataServicePortType.putBlock(PutBlock parameters)
           
 GetResponse ConfigurableDataServicePortType.getFully(GetFully parameters)
           
 GetResponse ConfigurableDataServicePortType.getBlock(GetBlock parameters)
           
 GetResponse ConfigurableDataServicePortType.getNBlocks(GetNBlocks parameters)
           
 DeployResponse ConfigurableDataServicePortType.deploy(Deploy parameters)
           
 PerformResponse DataServicePortType.perform(Perform parameters)
           
 PutResponse DataServicePortType.putFully(PutFully parameters)
           
 PutResponse DataServicePortType.putBlock(PutBlock parameters)
           
 GetResponse DataServicePortType.getFully(GetFully parameters)
           
 GetResponse DataServicePortType.getBlock(GetBlock parameters)
           
 GetResponse DataServicePortType.getNBlocks(GetNBlocks parameters)
           
 

Uses of RequestFaultType in uk.org.ogsadai.service.wsrf.dataservice.bindings
 

Methods in uk.org.ogsadai.service.wsrf.dataservice.bindings that throw RequestFaultType
 PerformResponse DataServicePortTypeSOAPBindingStub.perform(Perform parameters)
           
 PutResponse DataServicePortTypeSOAPBindingStub.putFully(PutFully parameters)
           
 PutResponse DataServicePortTypeSOAPBindingStub.putBlock(PutBlock parameters)
           
 GetResponse DataServicePortTypeSOAPBindingStub.getFully(GetFully parameters)
           
 GetResponse DataServicePortTypeSOAPBindingStub.getBlock(GetBlock parameters)
           
 GetResponse DataServicePortTypeSOAPBindingStub.getNBlocks(GetNBlocks parameters)
           
 PerformResponse ConfigurableDataServicePortTypeSOAPBindingStub.perform(Perform parameters)
           
 PutResponse ConfigurableDataServicePortTypeSOAPBindingStub.putFully(PutFully parameters)
           
 PutResponse ConfigurableDataServicePortTypeSOAPBindingStub.putBlock(PutBlock parameters)
           
 GetResponse ConfigurableDataServicePortTypeSOAPBindingStub.getFully(GetFully parameters)
           
 GetResponse ConfigurableDataServicePortTypeSOAPBindingStub.getBlock(GetBlock parameters)
           
 GetResponse ConfigurableDataServicePortTypeSOAPBindingStub.getNBlocks(GetNBlocks parameters)
           
 DeployResponse ConfigurableDataServicePortTypeSOAPBindingStub.deploy(Deploy parameters)
           
 

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

Methods in uk.org.ogsadai.service.wsrf.dataservice.impl that throw RequestFaultType
 PerformResponse DataServiceImpl.perform(Perform performDocument)
          Submit an OGSA-DAI perform document to a data service resource.
private  org.w3c.dom.Document DataServiceImpl.perform(DataServiceResource resource, org.w3c.dom.Document performDoc, AttachmentManager attMgr)
          Submit an OGSA-DAI perform document to a data service resource.
 PutResponse DataServiceImpl.putFully(PutFully parameters)
          Put some data into a stream known to an active session of a specific data service resource.
 PutResponse DataServiceImpl.putBlock(PutBlock parameters)
          Put part of a successive batch of data into a stream known to an active session of a specific data service resource.
 GetResponse DataServiceImpl.getFully(GetFully parameters)
          Get all the possible data from stream known to an active session of a specific data service resource.
 GetResponse DataServiceImpl.getBlock(GetBlock parameters)
          Get part of a batch of data from a stream known to an active session of a specific data service resource.
 GetResponse DataServiceImpl.getNBlocks(GetNBlocks parameters)
          Get part of a batch of data from a stream known to an active session of a specific data service resource.
protected  void DataServiceImpl.throwRequestFault(DAIException e)
          Throw information about a uk.org.ogsadai.exception.DAIException back to the client in a RequestFaultType.
 DeployResponse ConfigurableDataServiceImpl.deploy(Deploy deploy)
          Expose a new data service resource with a given ID.