objectivehtml.struts
Class InvokeMethod

java.lang.Object
  |
  +--objectivehtml.struts.InvokeMethod

public class InvokeMethod
extends java.lang.Object

This class holds a list of directives for a invoke-method configuration.


Constructor Summary
InvokeMethod()
           
 
Method Summary
 MethodParams getMethodParams()
          Gets the MethodParams object.
 java.lang.String getMethodSignature()
          Gets the MethodSignature of the method to be called.
 java.lang.String getSessionRef()
          Gets the session name that the object to be invoked is bound with.
 void setMethodParams(MethodParams objMethodParams)
          Sets the MethodParams object.
 void setMethodSignature(java.lang.String sMethodSignature)
          Sets the MethodSignature of the method to be called.
 void setSessionRef(java.lang.String sSessionRef)
          Sets the session name that the object to be invoked is bound with.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokeMethod

public InvokeMethod()
Method Detail

setMethodSignature

public void setMethodSignature(java.lang.String sMethodSignature)
Sets the MethodSignature of the method to be called.
Parameters:
sMethodSignature - the form MethodSignature

getMethodSignature

public java.lang.String getMethodSignature()
Gets the MethodSignature of the method to be called.
Returns:
the form MethodSignature

setSessionRef

public void setSessionRef(java.lang.String sSessionRef)
Sets the session name that the object to be invoked is bound with.
Parameters:
sSessionRef - the session name

getSessionRef

public java.lang.String getSessionRef()
Gets the session name that the object to be invoked is bound with.
Returns:
the session name

setMethodParams

public void setMethodParams(MethodParams objMethodParams)
Sets the MethodParams object.
Parameters:
clMethodParams - a collection of MethodParam objects

getMethodParams

public MethodParams getMethodParams()
Gets the MethodParams object.
Returns:
a collection of the MethodParam objects