public class WebServiceToJadexWrapperInvocationHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.service.IService |
service
The service.
|
Constructor and Description |
---|
WebServiceToJadexWrapperInvocationHandler(jadex.bridge.service.IService service)
Create a new service wrapper invocation handler.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
Called when web service is called.
|
public WebServiceToJadexWrapperInvocationHandler(jadex.bridge.service.IService service)
agent
- The internal access of the agent.public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable
invoke
in interface java.lang.reflect.InvocationHandler
java.lang.Throwable