Uses of Class
uk.ac.soton.itinnovation.grid.utils.RemoteBoundMethod

Packages that use RemoteBoundMethod
uk.ac.soton.ecs.iam.grid.client.staterepos   
uk.ac.soton.ecs.iam.grid.comms.client   
uk.ac.soton.itinnovation.grid.comms.client   
uk.ac.soton.itinnovation.grid.utils   
 

Uses of RemoteBoundMethod in uk.ac.soton.ecs.iam.grid.client.staterepos
 

Methods in uk.ac.soton.ecs.iam.grid.client.staterepos that return RemoteBoundMethod
 RemoteBoundMethod RemoteJobServiceImpl.createMethod(String operation)
          Deprecated. Get a RemoteBoundMethod bound to this service's endpoint.
 RemoteBoundMethod RemoteReportAPIImpl.createMethod(String operation)
          Deprecated.  
abstract  RemoteBoundMethod RemoteServiceImpl.createMethod(String operationName)
          Deprecated.  
 RemoteBoundMethod RemoteWSResourceLifetimeImpl.createMethod(String operation)
          Deprecated.  
 RemoteBoundMethod RemoteSLAServiceImpl.getMethod(String operation)
          Deprecated. Get a RemoteBoundMethod bound to this service's endpoint.
 RemoteBoundMethod RemotePrivateAccountServiceImpl.getMethod(String operation)
          Deprecated. Get a RemoteBoundMethod bound to this service's endpoint.
 RemoteBoundMethod RemoteTradeAccountServiceImpl.getMethod(String operation)
          Deprecated. Get a RemoteBoundMethod bound to this service's endpoint.
 RemoteBoundMethod RemoteJobServiceImpl.getMethod(String operation)
          Deprecated.  
 RemoteBoundMethod RemoteDataServiceImpl.getMethod(String operation)
          Deprecated. Get a RemoteBoundMethod bound to this service's endpoint.
 RemoteBoundMethod RemoteServiceImpl.getMethod(String operation)
          Deprecated. Get a method bound to an operation on this service.
 

Uses of RemoteBoundMethod in uk.ac.soton.ecs.iam.grid.comms.client
 

Methods in uk.ac.soton.ecs.iam.grid.comms.client that return RemoteBoundMethod
 RemoteBoundMethod RemoteService.getMethod(String operation)
          Get a RemoteBoundMethod bound to this service's endpoint.
 

Methods in uk.ac.soton.ecs.iam.grid.comms.client with parameters of type RemoteBoundMethod
protected  Object AxisTransport.invoke(RemoteBoundMethod method, String serviceProviderRef, SOAPHeaderElement[] extraHeaders, Object[] argValues)
           
protected abstract  Object AbstractTransport.invoke(RemoteBoundMethod method, String serviceProviderRef, SOAPHeaderElement[] extraHeaders, Object[] argValues)
          Subclasses of AbstractTransport implement this method to actually perform an invokation.
 Object AbstractTransport.invokeService(RemoteBoundMethod method, String serviceProviderRef, SOAPHeaderElement[] extraHeaders, Object[] argValues)
           
 

Uses of RemoteBoundMethod in uk.ac.soton.itinnovation.grid.comms.client
 

Methods in uk.ac.soton.itinnovation.grid.comms.client that return RemoteBoundMethod
protected  RemoteBoundMethod BaseRemoteResource.createMethod(Method method)
          Used by BaseRemoteResource.getMethod(Method).
 RemoteBoundMethod BaseRemoteResource.getMethod(Method javaMethod)
          Get a method bound to an operation on this service.
 

Methods in uk.ac.soton.itinnovation.grid.comms.client with parameters of type RemoteBoundMethod
 Object BaseRemoteResource.invokeService(RemoteBoundMethod boundMethod, SOAPHeaderElement[] headers, Object[] args)
          Invokes the given method for this resource with the default Transport.
 

Uses of RemoteBoundMethod in uk.ac.soton.itinnovation.grid.utils
 

Methods in uk.ac.soton.itinnovation.grid.utils with parameters of type RemoteBoundMethod
 Object Transport.invokeService(RemoteBoundMethod method, String serviceProviderRef, SOAPHeaderElement[] extraHeaders, Object[] argValues)
          Invoke a SOAP method on a remote server.
 



Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.