|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.translator.ws.WSProcedureExecution
public class WSProcedureExecution
A soap call executor - handles all styles doc/literal, rpc/encoded etc.
| Constructor Summary | |
|---|---|
WSProcedureExecution(Call procedure,
RuntimeMetadata metadata,
ExecutionContext context,
WSExecutionFactory executionFactory,
WSConnection conn)
|
|
| Method Summary | |
|---|---|
void |
cancel()
Cancels the execution abnormally. |
void |
close()
Terminates the execution normally. |
void |
execute()
Execute the associated command. |
List<?> |
getOutputParameterValues()
Get the output parameter values. |
List<?> |
next()
Retrieves the next row of the resultset. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSProcedureExecution(Call procedure,
RuntimeMetadata metadata,
ExecutionContext context,
WSExecutionFactory executionFactory,
WSConnection conn)
env - | Method Detail |
|---|
public void execute()
throws TranslatorException
Execution
execute in interface ExecutionTranslatorException
public List<?> next()
throws TranslatorException,
DataNotAvailableException
ResultSetExecution
next in interface ResultSetExecutionTranslatorException
DataNotAvailableException
public List<?> getOutputParameterValues()
throws TranslatorException
ProcedureExecution
getOutputParameterValues in interface ProcedureExecutionTranslatorException - If an error occurs while retrieving the output valuepublic void close()
Execution
close in interface Execution
public void cancel()
throws TranslatorException
Execution
cancel in interface ExecutionTranslatorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||