org.apache.axis.handlers

Class ServiceInvocation

public class ServiceInvocation extends Object

Keep here the invocation info: operation + arguments. TODO This class should be in the jonas code.

Author: Ph Durieux

Constructor Summary
ServiceInvocation(MessageContext msgContext)
Method Summary
booleanequals(Object obj)
StringgetArgNames()
StringgetMethodName()
intgetNumArgs()
inthashCode()
voidsetArgNames(String argNames)
voidsetMethodName(String methodName)
voidsetNumArgs(int numArgs)
StringtoString()

Constructor Detail

ServiceInvocation

public ServiceInvocation(MessageContext msgContext)

Method Detail

equals

public boolean equals(Object obj)

getArgNames

public String getArgNames()

Returns: Returns the argNames.

getMethodName

public String getMethodName()

Returns: Returns the methodName.

getNumArgs

public int getNumArgs()

Returns: Returns the numArgs.

hashCode

public int hashCode()

setArgNames

public void setArgNames(String argNames)

Parameters: argNames The argNames to set.

setMethodName

public void setMethodName(String methodName)

Parameters: methodName The methodName to set.

setNumArgs

public void setNumArgs(int numArgs)

Parameters: numArgs The numArgs to set.

toString

public String toString()
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.