Uses of Class
uk.ac.ncl.cs.instantsoap.wsapi.BlockedInvocationResponse

Packages that use BlockedInvocationResponse
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.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. 
 

Uses of BlockedInvocationResponse in uk.ac.ncl.cs.instantsoap.servicedp
 

Methods in uk.ac.ncl.cs.instantsoap.servicedp that return BlockedInvocationResponse
 BlockedInvocationResponse SynchronousServiceDispatcher.invoke(JobSpecification jobSpec)
          Invoke the invocation, blocking the calling thread.
 

Uses of BlockedInvocationResponse in uk.ac.ncl.cs.instantsoap.servicedp.impl
 

Methods in uk.ac.ncl.cs.instantsoap.servicedp.impl that return BlockedInvocationResponse
 BlockedInvocationResponse SynchronousServiceDispatcherImpl.invoke(JobSpecification jobSpec)
           
 

Uses of BlockedInvocationResponse in uk.ac.ncl.cs.instantsoap.wsapi
 

Methods in uk.ac.ncl.cs.instantsoap.wsapi that return BlockedInvocationResponse
static BlockedInvocationResponse Wsapi.blockedInvocationResponse(UUID uuid, Map<String,String> results)
           
static BlockedInvocationResponse Wsapi.blockedInvocationResponse(UUID uuid, Wsapi.Pair<String,String>... result)
           
 BlockedInvocationResponse WebServiceDispatcher.invokeAndBlock(JobSpecification jobSpec)
          Invoke the jobManager, and return the result.
 

Uses of BlockedInvocationResponse in uk.ac.ncl.cs.instantsoap.wsapi.impl
 

Methods in uk.ac.ncl.cs.instantsoap.wsapi.impl that return BlockedInvocationResponse
 BlockedInvocationResponse WebServiceDispatcherImpl.invokeAndBlock(JobSpecification jobSpec)
           
 



Copyright © 2006-2008. All Rights Reserved.