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

Packages that use InternalFaultType
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 InternalFaultType in uk.org.ogsadai.service.wsrf.dataservice
 

Methods in uk.org.ogsadai.service.wsrf.dataservice that throw InternalFaultType
 ListResourcesResponse ConfigurableDataServicePortType.listResources(ListResources parameters)
           
 GetVersionResponse ConfigurableDataServicePortType.getVersion(GetVersion parameters)
           
 PerformResponse ConfigurableDataServicePortType.perform(Perform parameters)
           
 TerminateResponse ConfigurableDataServicePortType.terminate(Terminate 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)
           
 UndeployResponse ConfigurableDataServicePortType.undeploy(Undeploy parameters)
           
 ListResourcesResponse DataServicePortType.listResources(ListResources parameters)
           
 GetVersionResponse DataServicePortType.getVersion(GetVersion parameters)
           
 PerformResponse DataServicePortType.perform(Perform parameters)
           
 TerminateResponse DataServicePortType.terminate(Terminate 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 InternalFaultType in uk.org.ogsadai.service.wsrf.dataservice.bindings
 

Methods in uk.org.ogsadai.service.wsrf.dataservice.bindings that throw InternalFaultType
 ListResourcesResponse DataServicePortTypeSOAPBindingStub.listResources(ListResources parameters)
           
 GetVersionResponse DataServicePortTypeSOAPBindingStub.getVersion(GetVersion parameters)
           
 PerformResponse DataServicePortTypeSOAPBindingStub.perform(Perform parameters)
           
 TerminateResponse DataServicePortTypeSOAPBindingStub.terminate(Terminate 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)
           
 ListResourcesResponse ConfigurableDataServicePortTypeSOAPBindingStub.listResources(ListResources parameters)
           
 GetVersionResponse ConfigurableDataServicePortTypeSOAPBindingStub.getVersion(GetVersion parameters)
           
 PerformResponse ConfigurableDataServicePortTypeSOAPBindingStub.perform(Perform parameters)
           
 TerminateResponse ConfigurableDataServicePortTypeSOAPBindingStub.terminate(Terminate 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)
           
 UndeployResponse ConfigurableDataServicePortTypeSOAPBindingStub.undeploy(Undeploy parameters)
           
 

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

Methods in uk.org.ogsadai.service.wsrf.dataservice.impl that throw InternalFaultType
 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.
 TerminateResponse DataServiceImpl.terminate(Terminate terminate)
          Terminate the current request running on the resource.
 ListResourcesResponse DataServiceImpl.listResources(ListResources parameters)
          Return a list of the IDs of the data service resources currently known to this service.
 GetVersionResponse DataServiceImpl.getVersion(GetVersion parameters)
          Return the OGSA-DAI version.
 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.throwInternalFault(java.lang.Throwable exception, boolean isFatal)
          Throw an InternalFaultType - raised in response to a server-side problem - back to the client.
protected  DataServiceResource DataServiceImpl.getDataServiceResource()
          From the current message and request context get the DataServiceResource specified by the client.
 DeployResponse ConfigurableDataServiceImpl.deploy(Deploy deploy)
          Expose a new data service resource with a given ID.
 UndeployResponse ConfigurableDataServiceImpl.undeploy(Undeploy deploy)
          Instruct the service to no longer expose the named data service resource.
 

Constructors in uk.org.ogsadai.service.wsrf.dataservice.impl that throw InternalFaultType
DataServiceImpl()
          Create a new data service.
ConfigurableDataServiceImpl()
          Create a new configurable data service.