org.apache.axis.handlers
Class ServiceInvocation
java.lang.Object
org.apache.axis.handlers.ServiceInvocation
public class ServiceInvocation
extends java.lang.Object
Keep here the invocation info:
operation + arguments.
TODO This class should be in the jonas code.
equals
public boolean equals(Object obj)
getArgNames
public String getArgNames()
getMethodName
public String getMethodName()
getNumArgs
public int getNumArgs()
hashCode
public int hashCode()
setArgNames
public void setArgNames(String argNames)
argNames
- The argNames to set.
setMethodName
public void setMethodName(String methodName)
methodName
- The methodName to set.
setNumArgs
public void setNumArgs(int numArgs)
numArgs
- The numArgs to set.
toString
public String toString()
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.