|
||||||||||
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 | |
void |
closeStream()
Closes the stream. |
weblogic.xml.stream.XMLInputStream |
invoke(java.lang.String method,
java.lang.Object[] args)
Invokes the given function. |
void |
writeOutputToFile(java.lang.String method,
java.lang.Object[] args,
java.lang.String fileName)
Writes the stream results to the specified file. |
Method Detail |
public weblogic.xml.stream.XMLInputStream invoke(java.lang.String method, java.lang.Object[] args) throws StreamingException
method
- The data service method to be invoked.args
- The arguments to the function.
StreamingException
public void writeOutputToFile(java.lang.String method, java.lang.Object[] args, java.lang.String fileName) throws StreamingException
method
- The method on DataService to be invokedargs
- The arguments to the functionfileName
- The file name
StreamingException
public void closeStream() throws StreamingException
StreamingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |