public class SerializableProxyInvokationHandler extends Object implements InvocationHandler, Externalizable
| Constructor and Description |
|---|
SerializableProxyInvokationHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
void |
readExternal(ObjectInput in) |
void |
setServiceName(QName serviceName) |
void |
writeExternal(ObjectOutput out) |
public SerializableProxyInvokationHandler()
public void setServiceName(QName serviceName)
serviceName - the serviceName to setpublic Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.