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

Packages that use RemoteMethod
uk.ac.soton.ecs.iam.grid.comms.client   
uk.ac.soton.ecs.iam.grid.comms.client.helpers   
uk.ac.soton.itinnovation.grid.client.engine   
uk.ac.soton.itinnovation.grid.client.engine.impl   
uk.ac.soton.itinnovation.grid.client.proxy   
uk.ac.soton.itinnovation.grid.utils   
 

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

Methods in uk.ac.soton.ecs.iam.grid.comms.client with parameters of type RemoteMethod
 Object AxisTransport.invoke(org.apache.axis.message.addressing.EndpointReferenceType target, RemoteMethod method, Object[] argValues)
           
 

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

Fields in uk.ac.soton.ecs.iam.grid.comms.client.helpers declared as RemoteMethod
 RemoteMethod SOAPInvocation.method
           
 

Constructors in uk.ac.soton.ecs.iam.grid.comms.client.helpers with parameters of type RemoteMethod
SOAPInvocation(org.apache.axis.message.addressing.EndpointReferenceType target, RemoteMethod method)
           
 

Uses of RemoteMethod in uk.ac.soton.itinnovation.grid.client.engine
 

Methods in uk.ac.soton.itinnovation.grid.client.engine with parameters of type RemoteMethod
 SOAPHeaderElement[] FederationSelector.getFederationHeaders(org.apache.axis.message.addressing.EndpointReferenceType target, RemoteMethod method, T engine)
          Get any extra headers needed to invoke a service.
 Element[] AttributeSelector.getTokens(org.apache.axis.message.addressing.EndpointReferenceType resource, RemoteMethod method, T engine)
          Return any additional tokens required to invoke 'target'.
 Object InvocationEngine.invoke(org.apache.axis.message.addressing.EndpointReferenceType target, RemoteMethod method, Object[] arguments)
          Invoke a SOAP operation, adding any required tokens and federation headers.
 

Uses of RemoteMethod in uk.ac.soton.itinnovation.grid.client.engine.impl
 

Methods in uk.ac.soton.itinnovation.grid.client.engine.impl with parameters of type RemoteMethod
 SOAPHeaderElement[] DefaultFederationSelector.getFederationHeaders(org.apache.axis.message.addressing.EndpointReferenceType target, RemoteMethod method, DefaultInvocationEngine engine)
           
 SOAPHeaderElement[] FixedFederationSelector.getFederationHeaders(org.apache.axis.message.addressing.EndpointReferenceType target, RemoteMethod method, InvocationEngine engine)
           
 Element[] DefaultAttributeSelector.getTokens(org.apache.axis.message.addressing.EndpointReferenceType target, RemoteMethod method, DefaultInvocationEngine engine)
           
 Element[] FixedAttributeSelector.getTokens(org.apache.axis.message.addressing.EndpointReferenceType resource, RemoteMethod method, InvocationEngine engine)
           
 Object DefaultInvocationEngine.invoke(org.apache.axis.message.addressing.EndpointReferenceType target, RemoteMethod method, Object[] arguments)
          Invoke a SOAP operation.
 

Uses of RemoteMethod in uk.ac.soton.itinnovation.grid.client.proxy
 

Methods in uk.ac.soton.itinnovation.grid.client.proxy that return RemoteMethod
 RemoteMethod WebProxy.proxyGetRemoteMethod(String methodName, boolean documentStyle)
          Create a RemoteMethod from the WSDL.
 RemoteMethod AbstractProxyHelpers.proxyGetRemoteMethod(String methodName, boolean documentStyle)
           
 

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

Subclasses of RemoteMethod in uk.ac.soton.itinnovation.grid.utils
 class RemoteBoundMethod
          A RemoteBoundMethod is a holder class which identifies a method on a particular web-service endpoint.
 

Methods in uk.ac.soton.itinnovation.grid.utils with parameters of type RemoteMethod
 Object Transport.invoke(org.apache.axis.message.addressing.EndpointReferenceType target, RemoteMethod method, Object[] argValues)
          Invoke a SOAP method on a remote server.
 



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