org.apache.geronimo.security.remoting.jmx
Class RequestChannelInterceptor
java.lang.Object
org.apache.geronimo.security.remoting.jmx.RequestChannelInterceptor
- All Implemented Interfaces:
- org.apache.geronimo.core.service.Interceptor
- public class RequestChannelInterceptor
- extends Object
- implements org.apache.geronimo.core.service.Interceptor
- Version:
- $Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
Method Summary |
static Object |
deserialize(org.activeio.Packet response,
ClassLoader cl)
|
org.apache.geronimo.core.service.InvocationResult |
invoke(org.apache.geronimo.core.service.Invocation invocation)
|
static org.activeio.Packet |
serialize(Object object)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestChannelInterceptor
public RequestChannelInterceptor(URI target,
ClassLoader cl)
invoke
public org.apache.geronimo.core.service.InvocationResult invoke(org.apache.geronimo.core.service.Invocation invocation)
throws Throwable
- Specified by:
invoke
in interface org.apache.geronimo.core.service.Interceptor
- Throws:
Throwable
deserialize
public static Object deserialize(org.activeio.Packet response,
ClassLoader cl)
throws IOException,
ClassNotFoundException
- Parameters:
response
- cl
-
- Returns:
-
- Throws:
IOException
ClassNotFoundException
serialize
public static org.activeio.Packet serialize(Object object)
throws IOException
- Throws:
IOException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.