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.
- Ph Durieux
equals
public boolean equals(Object obj)
getArgNames
public String getArgNames()
- Returns the argNames.
getMethodName
public String getMethodName()
- Returns the methodName.
getNumArgs
public int getNumArgs()
- Returns the numArgs.
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.