uk.ac.soton.itinnovation.grid.client.proxy
Class UnrecognisedResourceHelpers
java.lang.Object
uk.ac.soton.itinnovation.grid.client.proxy.UnrecognisedResourceHelpers
- All Implemented Interfaces:
- ProxyHelpers
public class UnrecognisedResourceHelpers
- extends Object
- implements ProxyHelpers
Helpers for handling unknown resource types.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnrecognisedResourceHelpers
public UnrecognisedResourceHelpers()
initProxyHelpers
public <T> T initProxyHelpers(HelperProxyFactory helperProxyFactory,
org.apache.axis.message.addressing.EndpointReferenceType target,
Class<T> iface)
- Description copied from interface:
ProxyHelpers
- Initialise a new proxy.
- Specified by:
initProxyHelpers in interface ProxyHelpers
- Parameters:
helperProxyFactory - the factory creating the helpertarget - the EPR of the remote resourceiface - the interface requested by the caller of ProxyFactory.createProxy(org.apache.axis.message.addressing.EndpointReferenceType, java.lang.Class)
- Returns:
- the new proxy
Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.