Jagger
 All Classes Namespaces Files Functions Variables Groups Pages
final R com.griddynamics.jagger.invoker.hessian.HessianInvoker< S, Q, R >.invoke ( query,
String  endpoint 
) throws InvocationException
45  {
46  Preconditions.checkNotNull(query);
47  Preconditions.checkNotNull(endpoint);
48 
49  S service = getService(endpoint);
50  return invokeService(service, query);
51  }