| org.jboss.invocation.http.server.HAInvokerWrapper
HAInvokerWrapper | public class HAInvokerWrapper extends DynamicMBeanSupport (Code) | | This is an invoker that delegates to the target invoker and handles the
wrapping of the response in an HARMIResponse with any updated HATarget info.
See Also: HttpProxyFactoryHA author: Scott Stark version: $Revision: 57188 $ |
invoke | public Object invoke(Invocation invocation) throws Exception(Code) | | The invoker entry point.
Parameters: invocation - A HARMIResponse that wraps the result of calling invoke(Invocation)on the targetName MBean throws: Exception - |
|
|