|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.portal.prt.service.soap.processor.MethodContainer
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 |
public MethodContainer()
| Method Detail |
public java.lang.Class[] getClassParam()
public void setClassParam(java.lang.Class[] classes)
classes - public java.lang.reflect.Method getMethod()
public void setMethod(java.lang.reflect.Method method)
method - public java.lang.Object[] getParams()
public void setParams(java.lang.Object[] objects)
objects - the list of objectpublic IPortalWebServiceMethod getWebserviceMethod_config()
public void setWebserviceMethod_config(IPortalWebServiceMethod method)
method - the config to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||