|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for acquiring data service function results as a stream.
Method Summary | |
weblogic.xml.stream.XMLInputStream |
invokeToStream(java.lang.String method,
java.lang.Object[] args)
Invokes the given function. |
weblogic.xml.stream.XMLInputStream |
invokeToStream(java.lang.String method,
java.lang.Object[] args,
RequestConfig config)
Invokes the given function. |
Methods inherited from interface com.bea.dsp.dsmediator.client.DataService |
clearResultCache, createRootDataObject, invoke, invoke, invokeProcedure, invokeProcedure, submit, submit |
Method Detail |
public weblogic.xml.stream.XMLInputStream invokeToStream(java.lang.String method, java.lang.Object[] args) throws SDOMediatorException, weblogic.xml.stream.XMLStreamException
method
- The data service method to be invoked.args
- The arguments to the function.
SDOMediatorException
weblogic.xml.stream.XMLStreamException
public weblogic.xml.stream.XMLInputStream invokeToStream(java.lang.String method, java.lang.Object[] args, RequestConfig config) throws SDOMediatorException, weblogic.xml.stream.XMLStreamException
method
- The data service method to be invoked.args
- The arguments to the function.config
- A RequestConfig for controlling how the server
will invoke this procedure, and for allowing return of
out-of-band results such as server audit information.
SDOMediatorException
weblogic.xml.stream.XMLStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |