Uses of Interface
uk.ac.ncl.cs.instantsoap.wsapi.WebServiceDispatcher

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

Methods in uk.ac.ncl.cs.instantsoap.client that return WebServiceDispatcher
 WebServiceDispatcher InstantSoapClient.createDispatcher()
           
static WebServiceDispatcher InstantSoapClientUtils.getClient(URL host, String installationName)
           
 

Methods in uk.ac.ncl.cs.instantsoap.client with parameters of type WebServiceDispatcher
static Map<String,String> InstantSoapClientUtils.invokeNonBlockingAndBlock(WebServiceDispatcher dispatcher, JobSpecification js, String pollMessage)
           
 

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

Methods in uk.ac.ncl.cs.instantsoap.wsapi with parameters of type WebServiceDispatcher
static Map<String,String> Wsapi.invoke(WebServiceDispatcher wsd, JobSpecification js)
           
 

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

Classes in uk.ac.ncl.cs.instantsoap.wsapi.impl that implement WebServiceDispatcher
 class WebServiceDispatcherImpl
          Implementation of the web service dispatcher, using the strategy dispatcher stack.
 

Methods in uk.ac.ncl.cs.instantsoap.wsapi.impl that return WebServiceDispatcher
static WebServiceDispatcher WebServiceDispatcherImpl.loggingDispatcher(WebServiceDispatcher dispatcher)
           
 

Methods in uk.ac.ncl.cs.instantsoap.wsapi.impl with parameters of type WebServiceDispatcher
static WebServiceDispatcher WebServiceDispatcherImpl.loggingDispatcher(WebServiceDispatcher dispatcher)
           
static InvocationHandler WebServiceDispatcherImpl.loggingHandler(WebServiceDispatcher dispatcher)
           
 



Copyright © 2006-2008. All Rights Reserved.