|
XML Connector API 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.baan.b3.dil.Request
This Interface provides methods for data updates and retrievals to Baan.
| Constructor Summary | |
Request()
Deprecated. |
|
| Method Summary | |
boolean |
close()
Deprecated. This is a deprecated method and this won't be supported in the later versions. |
boolean |
execute(java.lang.String p_request,
java.lang.StringBuffer p_responseDocument,
java.lang.StringBuffer p_requestStatus)
Deprecated. This is a deprecated method and this won't be supported in the later versions. |
boolean |
execute1(com.baan.b3.boi1.IUserSession p_userSession,
java.lang.String p_request,
java.lang.StringBuffer p_responseDocument,
java.lang.StringBuffer p_requestStatus)
Deprecated. This is a deprecated method and this won't be supported in the later versions. |
boolean |
getMetadata(java.lang.String p_request,
java.lang.StringBuffer p_requestDocument,
java.lang.StringBuffer p_responseDocument,
java.lang.StringBuffer p_errorDocument,
java.lang.StringBuffer p_error)
Deprecated. This is a deprecated method and this won't be supported in the later versions. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Request()
| Method Detail |
public boolean getMetadata(java.lang.String p_request,
java.lang.StringBuffer p_requestDocument,
java.lang.StringBuffer p_responseDocument,
java.lang.StringBuffer p_errorDocument,
java.lang.StringBuffer p_error)
p_request - The input document, which contains the "ObjectName" and the "MethodName".p_requestDocument - The output Request Document in DTD format.p_responseDocument - The output Response Document in DTD format.p_errorDocument - The output Error Document in DTD format.p_error - It contains the error message in case of an error during the generation of DTD.
public boolean execute(java.lang.String p_request,
java.lang.StringBuffer p_responseDocument,
java.lang.StringBuffer p_requestStatus)
p_request - The input document, which contains the "ObjectName", "MethodName", "ComponentName" and the input parameters.p_responseDocument - The output Response Document.p_requestStatus - The output Error Document.
public boolean execute1(com.baan.b3.boi1.IUserSession p_userSession,
java.lang.String p_request,
java.lang.StringBuffer p_responseDocument,
java.lang.StringBuffer p_requestStatus)
p_userSession - The IUserSession object, which contains the Username and the password of the ASM enabled Backend.p_request - The input document, which contains the "ObjectName", "MethodName", "ComponentName" and the input parameters.p_responseDocument - The output Response Document.p_requestStatus - The output Error Document.
public boolean close()
throws java.lang.Exception
java.lang.Exception
|
XML Connector API 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||