org.jboss.invocation.http.interfaces
Class ClientMethodInterceptorHA

java.lang.Object
  extended byorg.jboss.proxy.Interceptor (src) 
      extended byorg.jboss.invocation.http.interfaces.ClientMethodInterceptorHA
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class ClientMethodInterceptorHA
extends Interceptor (src)
implements java.io.Externalizable

Handle toString, equals, hashCode locally on the client.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.proxy.Interceptor (src)
nextInterceptor
 
Constructor Summary
ClientMethodInterceptorHA()
           
 
Method Summary
 java.lang.Object invoke(Invocation (src)  mi)
          Handle methods locally on the client
 
Methods inherited from class org.jboss.proxy.Interceptor (src)
getNext, readExternal, setNext, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Constructor Detail

ClientMethodInterceptorHA

public ClientMethodInterceptorHA()
Method Detail

invoke

public java.lang.Object invoke(Invocation (src)  mi)
                        throws java.lang.Throwable
Handle methods locally on the client

Specified by:
invoke in class Interceptor (src)
Parameters:
mi -
Returns:
Throws:
java.lang.Throwable