Class MethodRetriever<T>
java.lang.Object
org.gcube.common.calls.jaxws.proxies.MethodRetriever<T>
- Type Parameters:
T- the service type
- All Implemented Interfaces:
InvocationHandler
Invocation handler for retrieving and invoking methods on service instances.
- Author:
- Fabio Simeoni
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMethodRetriever(T service) Creates a new method retriever for the given service. -
Method Summary
-
Field Details
-
log
public static org.slf4j.Logger logLogger for this class.
-
-
Constructor Details
-
MethodRetriever
Creates a new method retriever for the given service.- Parameters:
service- the service instance
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-