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

Packages that use UnknownUuidException
uk.ac.ncl.cs.instantsoap.client   
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 UnknownUuidException in uk.ac.ncl.cs.instantsoap.client
 

Methods in uk.ac.ncl.cs.instantsoap.client that throw UnknownUuidException
 void InstantSoapClient.invokeNonBlocking()
           
static Map<String,String> InstantSoapClientUtils.invokeNonBlockingAndBlock(WebServiceDispatcher dispatcher, JobSpecification js, String pollMessage)
           
 

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

Methods in uk.ac.ncl.cs.instantsoap.servicedp that throw UnknownUuidException
 NonBlockingInvocationResponse AsynchronousServiceDispatcher.getExecutionResult(UUID uuid)
          Return the result of the jobManager.
 InvocationState AsynchronousServiceDispatcher.pollState(UUID uuid)
          Poll the state of the invocation.
 

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

Methods in uk.ac.ncl.cs.instantsoap.servicedp.impl that throw UnknownUuidException
 NonBlockingInvocationResponse AsynchronousServiceDispatcherImpl.getExecutionResult(UUID id)
           
 InvocationState AsynchronousServiceDispatcherImpl.pollState(UUID id)
           
 

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

Methods in uk.ac.ncl.cs.instantsoap.wsapi that throw UnknownUuidException
 NonBlockingInvocationResponse WebServiceDispatcher.pollForResult(UUID uuid)
          Poll the jobManager for completion.
 

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

Methods in uk.ac.ncl.cs.instantsoap.wsapi.impl that throw UnknownUuidException
 NonBlockingInvocationResponse WebServiceDispatcherImpl.pollForResult(UUID uuid)
           
 



Copyright © 2006-2008. All Rights Reserved.