uk.ac.soton.itinnovation.grid.client.proxy
Class UnrecognisedResourceHelpers

java.lang.Object
  extended by 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.


Constructor Summary
UnrecognisedResourceHelpers()
           
 
Method Summary
<T> T
initProxyHelpers(HelperProxyFactory helperProxyFactory, org.apache.axis.message.addressing.EndpointReferenceType target, Class<T> iface)
          Initialise a new proxy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnrecognisedResourceHelpers

public UnrecognisedResourceHelpers()
Method Detail

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 helper
target - the EPR of the remote resource
iface - 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.