DBA Data[Home] [Help]

SYS.UTL_DBWS dependencies on ANYDATA

Line 87: TYPE ANYDATA_LIST IS TABLE OF ANYDATA INDEX BY BINARY_INTEGER;

83: ---------------------------------------------
84:
85: SUBTYPE CALL IS NUMBER;
86:
87: TYPE ANYDATA_LIST IS TABLE OF ANYDATA INDEX BY BINARY_INTEGER;
88:
89:
90: -- Set the proxy address
91: -- proxy - the http proxy address, e.g., www-proxy.us.acme.com:80

Line 203: function invoke(call_Handle CALL, input_Params ANYDATA_LIST) return ANYDATA;

199: -- interaction mode.
200: -- callHandle - the instance of the call
201: -- inputParams - The input parameters for this invocation.
202: -- Returns the return value or null.
203: function invoke(call_Handle CALL, input_Params ANYDATA_LIST) return ANYDATA;
204:
205: -- Invokes a document-style webservices in a synchronous
206: -- request-response interaction mode.
207: -- callHandle - the instance of the call

Line 215: function get_output_values(call_Handle CALL) return ANYDATA_LIST;

211:
212: -- Obtain the output arguments after a call invocation
213: -- callHandle - the instance of the call
214: -- Returns the output arguments in order.
215: function get_output_values(call_Handle CALL) return ANYDATA_LIST;
216:
217: -- Set the type of a parameter of a Call.
218: -- callHandle - the instance of the call
219: -- xml_name - the xml name of the parameter type