com.sapportals.portal.prt.service.soap.processor
Class MethodContainer

java.lang.Object
  |
  +--com.sapportals.portal.prt.service.soap.processor.MethodContainer

public class MethodContainer
extends java.lang.Object

Class describing a method called with Web Service Framework Use mainly in the SOAPServiceProcessor


Constructor Summary
MethodContainer()
           
 
Method Summary
 java.lang.Class[] getClassParam()
          Array contining all the java Type of the method
 java.lang.reflect.Method getMethod()
          Get the method object
 java.lang.Object[] getParams()
          Get an Array containing all the object parameters
 IPortalWebServiceMethod getWebserviceMethod_config()
          Get the SOAP config attached to the current method
 void setClassParam(java.lang.Class[] classes)
          set the array containing all the java type of the parameter of the method
 void setMethod(java.lang.reflect.Method method)
          Set the method object
 void setParams(java.lang.Object[] objects)
          Set an Array containing all the object parameters
 void setWebserviceMethod_config(IPortalWebServiceMethod method)
          Set the SOAP config attached to the current method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodContainer

public MethodContainer()
Method Detail

getClassParam

public java.lang.Class[] getClassParam()
Array contining all the java Type of the method
Returns:
 

setClassParam

public void setClassParam(java.lang.Class[] classes)
set the array containing all the java type of the parameter of the method
Parameters:
classes -  

getMethod

public java.lang.reflect.Method getMethod()
Get the method object
Returns:
the method

setMethod

public void setMethod(java.lang.reflect.Method method)
Set the method object
Parameters:
method -  

getParams

public java.lang.Object[] getParams()
Get an Array containing all the object parameters
Returns:
the array

setParams

public void setParams(java.lang.Object[] objects)
Set an Array containing all the object parameters
Parameters:
objects - the list of object

getWebserviceMethod_config

public IPortalWebServiceMethod getWebserviceMethod_config()
Get the SOAP config attached to the current method
Returns:
the soap config description

setWebserviceMethod_config

public void setWebserviceMethod_config(IPortalWebServiceMethod method)
Set the SOAP config attached to the current method
Parameters:
method - the config to set