T - Type of SOAP servicepublic InvokeHandler<T>
Interceptor of invocation methods of SOAP service. Service can be cast to play.soap.PlayJaxWsClientProxy:
((PlayJaxWsClientProxy)Proxy.getInvocationHandler(service))
| Modifier and Type | Method and Description |
|---|---|
void |
afterInvoke(T service)
After invoking a method of SOAP service.
|
void |
beforeInvoke(T service)
Before invoking a method of SOAP service.
|