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 InvocationHandler
Throwable
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.