Class MethodRetriever<T>

java.lang.Object
org.gcube.common.calls.jaxws.proxies.MethodRetriever<T>
Type Parameters:
T - the service type
All Implemented Interfaces:
InvocationHandler

public class MethodRetriever<T> extends Object implements InvocationHandler
Invocation handler for retrieving and invoking methods on service instances.
Author:
Fabio Simeoni
  • Field Details

    • log

      public static org.slf4j.Logger log
      Logger for this class.
  • Constructor Details

    • MethodRetriever

      public MethodRetriever(T service)
      Creates a new method retriever for the given service.
      Parameters:
      service - the service instance
  • Method Details