uk.ac.soton.itinnovation.grid.comms.client
Annotation Type AdditionalMethods
@Retention(value=RUNTIME)
public @interface AdditionalMethods
Give class used for custom methods on dynamic proxies.
RemoteResourceProxy can automatically invoke simple
web methods itself. However, you may need to augment or override
these methods, which can be done by setting this annotation
on the resources's interface.
An instance of the class specified will be created just after the
proxy, and will be passed the proxy as the argument to the constructor.
Any method invoked on the proxy will invoke the corresponding method on the
custom class if it exists, or will make a SOAP invocation if not.
value
public abstract Class<? extends BaseRemoteResource> value
Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.