Interface InvocationProxy<I>
- Type Parameters:
I
- The proxy interface type
- All Superinterfaces:
InvocationHandler
- All Known Implementing Classes:
AbstractBaseProxy
The InvocationProxy interface that is used by the AppClient to communicate with the server side ClientServletTarget
-
Method Summary
Modifier and TypeMethodDescriptionGet the I.class type of the proxy interfaceCreates a new proxy instance of the interface type I that is connected to the given server host/port.Run the given test method.Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
-
Method Details
-
getInterfaceClass
Get the I.class type of the proxy interface- Returns:
- - the class type of the proxy interface
-
newProxy
Creates a new proxy instance of the interface type I that is connected to the given server host/port.- Parameters:
host
- - hostname or addressport
- - host port- Returns:
- - a new proxy instance
-
runTest
Run the given test method.- Returns:
- - The test status
-