uk.ac.soton.itinnovation.grid.client.proxy
Interface ProxyFactory
- All Known Implementing Classes:
- HelperProxyFactory, InvocationEngineProxyFactory
public interface ProxyFactory
Creates Java proxy objects for remote resources.
Invoking a mathod on a proxy (e.g. "proxy.someMethod(args)") invokes
the corresponding SOAP operation of the remote resource.
to invoke a service.
createProxy
<T> T createProxy(org.apache.axis.message.addressing.EndpointReferenceType target,
Class<T> iface)
- Create a new proxy object.
- Parameters:
iface - the Java interface which the proxy object will implementtarget - the EPR of the remote resource
- Returns:
- a proxy to target of the given type
Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.