org.jboss.portal.common.mx
Class ProxyUnwrapperInterceptor

java.lang.Object
  extended byorg.jboss.mx.interceptor.AbstractInterceptor
      extended byorg.jboss.portal.common.mx.ProxyUnwrapperInterceptor
All Implemented Interfaces:
org.jboss.mx.interceptor.Interceptor

public class ProxyUnwrapperInterceptor
extends org.jboss.mx.interceptor.AbstractInterceptor

An XMBean interceptor that unwraps the proxy injected by the microkernel when it is possible.


Field Summary
 
Fields inherited from class org.jboss.mx.interceptor.AbstractInterceptor
isShared, log, name
 
Constructor Summary
ProxyUnwrapperInterceptor()
           
 
Method Summary
 java.lang.Object invoke(org.jboss.mx.server.Invocation invocation)
           
 
Methods inherited from class org.jboss.mx.interceptor.AbstractInterceptor
destroy, getName, init, isShared, setLogger, setName, start, stop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxyUnwrapperInterceptor

public ProxyUnwrapperInterceptor()
Method Detail

invoke

public java.lang.Object invoke(org.jboss.mx.server.Invocation invocation)
                        throws java.lang.Throwable
Throws:
java.lang.Throwable