org.deegree.enterprise.control
Interface RPCMethodCall

All Known Implementing Classes:
RPCMethodCall_Impl

public interface RPCMethodCall

Version:
$Revision: 1.1 $ $Date: 2003/10/27 09:48:52 $
Author:
Andreas Poth

Method Summary
 java.lang.String getMethodName()
          returns the name of the remote procedure
 RPCParameter[] getParameters()
          returns an array of RPCParameter parameter that are passed to the remote procedure.
 

Method Detail

getMethodName

public java.lang.String getMethodName()
returns the name of the remote procedure

Returns:
name of the remote procedure

getParameters

public RPCParameter[] getParameters()
returns an array of RPCParameter parameter that are passed to the remote procedure. The parameters are returned in the same order as they are passed to the remote procedure

Returns:
parameters that are passed to the remote procedure