Uses of Package
uk.ac.ncl.cs.instantsoap.wsapi

Packages that use uk.ac.ncl.cs.instantsoap.wsapi
example   
uk.ac.ncl.cs.instantsoap.client   
uk.ac.ncl.cs.instantsoap.commandlineprocessor Processing and executing command-lines. 
uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec Specification for a complete application. 
uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandExecution Handle executing command-lines, managing the native process and inputs and outputs. 
uk.ac.ncl.cs.instantsoap.commandlineprocessor.parameterRenaming Map between inputs and outputs as they are in user-land and in the command-line. 
uk.ac.ncl.cs.instantsoap.job Job management. 
uk.ac.ncl.cs.instantsoap.job.impl Implementation classes for jobs. 
uk.ac.ncl.cs.instantsoap.mapprocessor API for exposing computations via a simple Map -> Map transformation. 
uk.ac.ncl.cs.instantsoap.python   
uk.ac.ncl.cs.instantsoap.queue Manage queues of jobs. 
uk.ac.ncl.cs.instantsoap.r   
uk.ac.ncl.cs.instantsoap.servicedp Job dispatching, async and sync. 
uk.ac.ncl.cs.instantsoap.servicedp.impl Job dispatching implementation. 
uk.ac.ncl.cs.instantsoap.strategydp Strategies for dispatching job requests. 
uk.ac.ncl.cs.instantsoap.strategydp.impl Implementations of strategy dispatchers. 
uk.ac.ncl.cs.instantsoap.stringprocessor API for exposing simple String -> String transformations through InstantSOAP. 
uk.ac.ncl.cs.instantsoap.wsapi The web-service interface definitions, exceptions and datatypes. 
uk.ac.ncl.cs.instantsoap.wsapi.impl Classes that provide the implementation glue to attach the web service API to a spring-managed web-service container. 
 

Classes in uk.ac.ncl.cs.instantsoap.wsapi used by example
InvalidJobSpecificationException
          Indicates either the application specified is invalid or the data to be processed is invalid.
JobExecutionException
          There was a problem that prevented the job from being able to run.
MetaData
          Information describing an application, an input or output, or other entities.
UnknownApplicationException
          Exception indicating that the application is unknown.
 

Classes in uk.ac.ncl.cs.instantsoap.wsapi used by uk.ac.ncl.cs.instantsoap.client
InvalidJobSpecificationException
          Indicates either the application specified is invalid or the data to be processed is invalid.
JobExecutionException
          There was a problem that prevented the job from being able to run.
JobSpecification
          Specifies an application to run and the input values to give it.
MetaData
          Information describing an application, an input or output, or other entities.
OperationUnavailableException
          This exception indicates that for some reason the service can not handle jobs submitted temporarily.
UnknownApplicationException
          Exception indicating that the application is unknown.
UnknownUuidException
          The UUID is not known.
WebServiceDispatcher
          The Web Service interface for executing jobs.
 

Classes in uk.ac.ncl.cs.instantsoap.wsapi used by uk.ac.ncl.cs.instantsoap.commandlineprocessor
InvalidJobSpecificationException
          Indicates either the application specified is invalid or the data to be processed is invalid.
JobExecutionException
          There was a problem that prevented the job from being able to run.
MetaData
          Information describing an application, an input or output, or other entities.
UnknownApplicationException
          Exception indicating that the application is unknown.
 

Classes in uk.ac.ncl.cs.instantsoap.wsapi used by uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec
MetaData
          Information describing an application, an input or output, or other entities.
 

Classes in uk.ac.ncl.cs.instantsoap.wsapi used by uk.ac.ncl.cs.instantsoap.commandlineprocessor.commandExecution
JobExecutionException
          There was a problem that prevented the job from being able to run.
 

Classes in uk.ac.ncl.cs.instantsoap.wsapi used by uk.ac.ncl.cs.instantsoap.commandlineprocessor.parameterRenaming
JobExecutionException
          There was a problem that prevented the job from being able to run.
 

Classes in uk.ac.ncl.cs.instantsoap.wsapi used by uk.ac.ncl.cs.instantsoap.job
JobExecutionException
          There was a problem that prevented the job from being able to run.
UUID
          A universally unique ID, used to identify jobs.
 

Classes in uk.ac.ncl.cs.instantsoap.wsapi used by uk.ac.ncl.cs.instantsoap.job.impl
JobExecutionException
          There was a problem that prevented the job from being able to run.
UUID
          A universally unique ID, used to identify jobs.
 

Classes in uk.ac.ncl.cs.instantsoap.wsapi used by uk.ac.ncl.cs.instantsoap.mapprocessor
InvalidJobSpecificationException
          Indicates either the application specified is invalid or the data to be processed is invalid.
JobExecutionException
          There was a problem that prevented the job from being able to run.
JobSpecification
          Specifies an application to run and the input values to give it.
MetaData
          Information describing an application, an input or output, or other entities.
UnknownApplicationException
          Exception indicating that the application is unknown.
 

Classes in uk.ac.ncl.cs.instantsoap.wsapi used by uk.ac.ncl.cs.instantsoap.python
InvalidJobSpecificationException
          Indicates either the application specified is invalid or the data to be processed is invalid.
JobExecutionException
          There was a problem that prevented the job from being able to run.
MetaData
          Information describing an application, an input or output, or other entities.
UnknownApplicationException
          Exception indicating that the application is unknown.
 

Classes in uk.ac.ncl.cs.instantsoap.wsapi used by uk.ac.ncl.cs.instantsoap.queue
UUID
          A universally unique ID, used to identify jobs.
 

Classes in uk.ac.ncl.cs.instantsoap.wsapi used by uk.ac.ncl.cs.instantsoap.r
InvalidJobSpecificationException
          Indicates either the application specified is invalid or the data to be processed is invalid.
JobExecutionException
          There was a problem that prevented the job from being able to run.
 

Classes in uk.ac.ncl.cs.instantsoap.wsapi used by uk.ac.ncl.cs.instantsoap.servicedp
BlockedInvocationResponse
          Response from a potentially blocking invocation.
InvalidJobSpecificationException
          Indicates either the application specified is invalid or the data to be processed is invalid.
JobExecutionException
          There was a problem that prevented the job from being able to run.
JobSpecification
          Specifies an application to run and the input values to give it.
MetaData
          Information describing an application, an input or output, or other entities.
NonBlockingInvocationResponse
          The return value for a non-blocking, synchronous invocation.
UnknownApplicationException
          Exception indicating that the application is unknown.
UnknownUuidException
          The UUID is not known.
UUID
          A universally unique ID, used to identify jobs.
 

Classes in uk.ac.ncl.cs.instantsoap.wsapi used by uk.ac.ncl.cs.instantsoap.servicedp.impl
BlockedInvocationResponse
          Response from a potentially blocking invocation.
InvalidJobSpecificationException
          Indicates either the application specified is invalid or the data to be processed is invalid.
JobExecutionException
          There was a problem that prevented the job from being able to run.
JobSpecification
          Specifies an application to run and the input values to give it.
MetaData
          Information describing an application, an input or output, or other entities.
NonBlockingInvocationResponse
          The return value for a non-blocking, synchronous invocation.
UnknownApplicationException
          Exception indicating that the application is unknown.
UnknownUuidException
          The UUID is not known.
UUID
          A universally unique ID, used to identify jobs.
 

Classes in uk.ac.ncl.cs.instantsoap.wsapi used by uk.ac.ncl.cs.instantsoap.strategydp
InvalidJobSpecificationException
          Indicates either the application specified is invalid or the data to be processed is invalid.
JobExecutionException
          There was a problem that prevented the job from being able to run.
JobSpecification
          Specifies an application to run and the input values to give it.
MetaData
          Information describing an application, an input or output, or other entities.
UnknownApplicationException
          Exception indicating that the application is unknown.
UUID
          A universally unique ID, used to identify jobs.
 

Classes in uk.ac.ncl.cs.instantsoap.wsapi used by uk.ac.ncl.cs.instantsoap.strategydp.impl
InvalidJobSpecificationException
          Indicates either the application specified is invalid or the data to be processed is invalid.
JobSpecification
          Specifies an application to run and the input values to give it.
MetaData
          Information describing an application, an input or output, or other entities.
UnknownApplicationException
          Exception indicating that the application is unknown.
UUID
          A universally unique ID, used to identify jobs.
 

Classes in uk.ac.ncl.cs.instantsoap.wsapi used by uk.ac.ncl.cs.instantsoap.stringprocessor
InvalidJobSpecificationException
          Indicates either the application specified is invalid or the data to be processed is invalid.
JobExecutionException
          There was a problem that prevented the job from being able to run.
MetaData
          Information describing an application, an input or output, or other entities.
UnknownApplicationException
          Exception indicating that the application is unknown.
 

Classes in uk.ac.ncl.cs.instantsoap.wsapi used by uk.ac.ncl.cs.instantsoap.wsapi
BlockedInvocationResponse
          Response from a potentially blocking invocation.
InvalidJobSpecificationException
          Indicates either the application specified is invalid or the data to be processed is invalid.
JobExecutionException
          There was a problem that prevented the job from being able to run.
JobSpecification
          Specifies an application to run and the input values to give it.
JobStatus
          Job status.
MetaData
          Information describing an application, an input or output, or other entities.
NonBlockingInvocationResponse
          The return value for a non-blocking, synchronous invocation.
OperationUnavailableException
          This exception indicates that for some reason the service can not handle jobs submitted temporarily.
UnknownApplicationException
          Exception indicating that the application is unknown.
UnknownUuidException
          The UUID is not known.
UUID
          A universally unique ID, used to identify jobs.
WebServiceDispatcher
          The Web Service interface for executing jobs.
Wsapi.Pair
           
 

Classes in uk.ac.ncl.cs.instantsoap.wsapi used by uk.ac.ncl.cs.instantsoap.wsapi.impl
BlockedInvocationResponse
          Response from a potentially blocking invocation.
InvalidJobSpecificationException
          Indicates either the application specified is invalid or the data to be processed is invalid.
JobExecutionException
          There was a problem that prevented the job from being able to run.
JobSpecification
          Specifies an application to run and the input values to give it.
MetaData
          Information describing an application, an input or output, or other entities.
NonBlockingInvocationResponse
          The return value for a non-blocking, synchronous invocation.
OperationUnavailableException
          This exception indicates that for some reason the service can not handle jobs submitted temporarily.
UnknownApplicationException
          Exception indicating that the application is unknown.
UnknownUuidException
          The UUID is not known.
UUID
          A universally unique ID, used to identify jobs.
WebServiceDispatcher
          The Web Service interface for executing jobs.
 



Copyright © 2006-2008. All Rights Reserved.