org.codehaus.wadi.servicespace
Class InvocationInfo
java.lang.Object
org.codehaus.wadi.servicespace.InvocationInfo
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
public class InvocationInfo
- extends java.lang.Object
- implements java.io.Externalizable
- Version:
- $Revision: 1538 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvocationInfo
public InvocationInfo()
InvocationInfo
public InvocationInfo(java.lang.Class targetClass,
int memberUpdaterIndex,
java.lang.Object[] params,
InvocationMetaData metaData)
getTargetClass
public java.lang.Class getTargetClass()
getMemberUpdaterIndex
public int getMemberUpdaterIndex()
getParams
public java.lang.Object[] getParams()
getMetaData
public InvocationMetaData getMetaData()
handleOneWayException
public void handleOneWayException(org.codehaus.wadi.group.MessageExchangeException e)
throws org.codehaus.wadi.group.MessageExchangeException,
ServiceProxyException
- Throws:
org.codehaus.wadi.group.MessageExchangeException
ServiceProxyException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2008. All Rights Reserved.