Jagger
 All Classes Namespaces Files Functions Variables Groups Pages
Public Member Functions | Protected Member Functions | List of all members
com.griddynamics.jagger.invoker.hessian.HessianInvoker< S, Q, R > Class Referenceabstract

Abstract class for invokers which create request to Hessian services. More...

Inheritance diagram for com.griddynamics.jagger.invoker.hessian.HessianInvoker< S, Q, R >:
Inheritance graph
[legend]

Public Member Functions

final R invoke (Q query, String endpoint) throws InvocationException
 

Protected Member Functions

abstract Class< S > getClazz ()
 Returns class of Hessian service. More...
 
initService (String url)
 
abstract R invokeService (S service, Q query)
 Creates invocation to specified Hessian service. More...
 

Detailed Description

Abstract class for invokers which create request to Hessian services.

Author
Mairbek Khadikov
Parameters
<Q>- type of input query
<R>- type of invocation result
<S>- type of Hessian service

The documentation for this class was generated from the following file: