org.deegree_impl.enterprise.control
Class RPCMethodCall_Impl

java.lang.Object
  extended byorg.deegree_impl.enterprise.control.RPCMethodCall_Impl
All Implemented Interfaces:
RPCMethodCall

public class RPCMethodCall_Impl
extends java.lang.Object
implements RPCMethodCall

Version:
$Revision: 1.1 $ $Date: 2003/10/27 09:49:30 $
Author:
Andreas Poth

Field Summary
private  java.lang.String methodeName
           
private  RPCParameter[] parameters
           
 
Constructor Summary
(package private) RPCMethodCall_Impl(java.lang.String methodeName, RPCParameter[] parameters)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodeName

private java.lang.String methodeName

parameters

private RPCParameter[] parameters
Constructor Detail

RPCMethodCall_Impl

RPCMethodCall_Impl(java.lang.String methodeName,
                   RPCParameter[] parameters)
Parameters:
methodeName - name of the remote procedure
parameters - parameters that are passed to the remote procedure
Method Detail

getMethodName

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

Specified by:
getMethodName in interface RPCMethodCall
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

Specified by:
getParameters in interface RPCMethodCall
Returns:
parameters that are passed to the remote procedure