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

The web-service interface definitions, exceptions and datatypes.

See:
          Description

Interface Summary
WebServiceDispatcher The Web Service interface for executing jobs.
 

Class Summary
BlockedInvocationResponse Response from a potentially blocking invocation.
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.
UUID A universally unique ID, used to identify jobs.
Wsapi Static utilities to make working with wsapi objects easier.
Wsapi.Pair<K,V>  
 

Enum Summary
JobStatus Job status.
 

Exception Summary
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.
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.
 

Package uk.ac.ncl.cs.instantsoap.wsapi Description

The web-service interface definitions, exceptions and datatypes.

Author:
Matthew Pocock


Copyright © 2006-2008. All Rights Reserved.