org.apache.geronimo.proxy
Class ProxyInvocation
java.lang.Object
org.apache.geronimo.core.service.SimpleInvocation
org.apache.geronimo.proxy.ProxyInvocation
- All Implemented Interfaces:
- Externalizable, Invocation, Serializable
- public final class ProxyInvocation
- extends SimpleInvocation
- Version:
- $Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyInvocation
public ProxyInvocation()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Overrides:
writeExternal
in class SimpleInvocation
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Overrides:
readExternal
in class SimpleInvocation
- Throws:
IOException
ClassNotFoundException
- See Also:
SimpleInvocation.readExternal(java.io.ObjectInput)
getMethod
public static Method getMethod(Invocation invocation)
putMethod
public static void putMethod(Invocation invocation,
Method method)
getProxy
public static Object getProxy(Invocation invocation)
putProxy
public static void putProxy(Invocation invocation,
Object proxy)
getArguments
public static Object[] getArguments(Invocation invocation)
putArguments
public static void putArguments(Invocation invocation,
Object[] arguments)
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.