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.
- Author:
- Ph Durieux
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ServiceInvocation
public ServiceInvocation(MessageContext msgContext)
getArgNames
public java.lang.String getArgNames()
- Returns:
- Returns the argNames.
setArgNames
public void setArgNames(java.lang.String argNames)
- Parameters:
argNames
- The argNames to set.
getMethodName
public java.lang.String getMethodName()
- Returns:
- Returns the methodName.
setMethodName
public void setMethodName(java.lang.String methodName)
- Parameters:
methodName
- The methodName to set.
getNumArgs
public int getNumArgs()
- Returns:
- Returns the numArgs.
setNumArgs
public void setNumArgs(int numArgs)
- Parameters:
numArgs
- The numArgs to set.
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.