|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.proxy.ClientContainer (src)
org.jboss.proxy.ClientContainerEx
An extension of ClientContainer that allows one to access the client container invocation context and interceptors.
| Field Summary |
| Fields inherited from class org.jboss.proxy.ClientContainer (src) |
context, EMPTY_ARGS, next |
| Constructor Summary | |
ClientContainerEx()
|
|
ClientContainerEx(InvocationContext (src) context)
|
|
| Method Summary | |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method m,
java.lang.Object[] args)
Overriden to handle the IClientContainer methods |
| Methods inherited from class org.jboss.proxy.ClientContainer (src) |
getInterceptors, getInvocationContext, readExternal, setInterceptors, setNext, writeExternal |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.proxy.IClientContainer (src) |
getInterceptors, getInvocationContext, setInterceptors |
| Constructor Detail |
public ClientContainerEx()
public ClientContainerEx(InvocationContext (src) context)
| Method Detail |
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method m,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerinvoke in class ClientContainer (src) proxy - m - - the proxied methodargs - - the proxied method args
java.lang.Throwable
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||