|
XML Connector API 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents a request to a BAC backend.
The request is carried to the backend in an XML document that obeys the following XML Schema:
The request looks like this:
<RequestMsg> <DispatcherEnvelope> <Object> object_name </Object> <Method> method_name </Method> </DispatcherEnvelope> <ObjectMethodRequest> … </ObjectMethodRequest> </RequestMsg>
This class provides accessor methods for accessing this document using
W3C's Document Object Model (DOM). It is possible to alter the document in
ways that violate the specified schema. Attempting to subsequently send
such an invalid request will result in a RequestException.
| Method Summary | |
com.baan.ow.xmlconnector.dispatcher.IReply |
execute()
defines execute for a particular backend. |
org.w3c.dom.Element |
getRequestMsg()
Retrieves the 'root' DOM element of Request. |
| Method Detail |
public org.w3c.dom.Element getRequestMsg()
Altering this element alters this request.
Threading policy: Unsafe
null). The ownership of the "Request"
lies with the caller of this method
public com.baan.ow.xmlconnector.dispatcher.IReply execute()
throws FaultException,
RequestException
Postconditions:
FaultExecption - in case a Fault document is replied
RequestException - in case of an error in the BAC Dispatcher
FaultException
|
XML Connector API 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||