org.codehaus.wadi.servicespace
Class InvocationInfo

java.lang.Object
  extended by 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

Constructor Summary
InvocationInfo()
           
InvocationInfo(java.lang.Class targetClass, int memberUpdaterIndex, java.lang.Object[] params, InvocationMetaData metaData)
           
 
Method Summary
 int getMemberUpdaterIndex()
           
 InvocationMetaData getMetaData()
           
 java.lang.Object[] getParams()
           
 java.lang.Class getTargetClass()
           
 void handleOneWayException(org.codehaus.wadi.group.MessageExchangeException e)
           
 void readExternal(java.io.ObjectInput in)
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvocationInfo

public InvocationInfo()

InvocationInfo

public InvocationInfo(java.lang.Class targetClass,
                      int memberUpdaterIndex,
                      java.lang.Object[] params,
                      InvocationMetaData metaData)
Method Detail

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 © 2010. All Rights Reserved.