|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface encapsulating SOAP Calls, used by all the Client Portal Service The instance of IPRTSOAPCall are unique by client/session
| Method Summary | |
void |
addCookie(java.lang.Object cookie)
Allow to add cookie to the current call |
void |
clearCookies()
clear cookies include in soap request |
java.lang.Object[] |
getCookiesContainInRequest()
get all cookies in the soap request |
java.lang.Object[] |
getCookiesContainInResponse()
get all cookies in the soap response |
IPRTSOAPMessage |
getMessageResponse()
Get the Original SOAPResponse |
java.lang.Object |
invokeMethod(java.lang.String methodName,
XMLAttributeHandler params,
java.lang.String namespaceURI)
Method used to generated call to SOAP Web Service |
java.lang.Object |
invokeMethod(java.lang.String methodName,
XMLAttributeHandler params,
java.lang.String namespaceURI,
IUserContext user,
java.lang.String systemAlias)
Method used to generated call to SOAP Web Service with security arguments |
| Method Detail |
public java.lang.Object invokeMethod(java.lang.String methodName,
XMLAttributeHandler params,
java.lang.String namespaceURI)
methodName - name of the method to call on the Web Serviceparams - parameter of the methodsnamespaceURI - namespace attached to the corresponding Web Service
public java.lang.Object invokeMethod(java.lang.String methodName,
XMLAttributeHandler params,
java.lang.String namespaceURI,
IUserContext user,
java.lang.String systemAlias)
methodName - name of the method to call on the Web Serviceparams - parameter of the methodsnamespaceURI - namespace attached to the corresponding Web Serviceuser - the IUserContext of the client user of the Web ServicesystemAlias - the alias corresponding to the distant systempublic void addCookie(java.lang.Object cookie)
cookie - the cookie to addpublic IPRTSOAPMessage getMessageResponse()
public java.lang.Object[] getCookiesContainInResponse()
public void clearCookies()
public java.lang.Object[] getCookiesContainInRequest()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||