public class S3ProcedureExecution extends Object implements org.teiid.translator.ProcedureExecution
| Constructor and Description |
|---|
S3ProcedureExecution(org.teiid.language.Call command,
S3ExecutionFactory ef,
org.teiid.metadata.RuntimeMetadata metadata,
org.teiid.translator.ExecutionContext ec,
org.teiid.translator.WSConnection conn) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
close() |
void |
execute() |
List<?> |
getOutputParameterValues() |
protected org.teiid.translator.ws.BinaryWSProcedureExecution |
invokeHTTP(String method,
String uri,
Object payload,
Map<String,String> headers) |
List<?> |
next() |
public S3ProcedureExecution(org.teiid.language.Call command,
S3ExecutionFactory ef,
org.teiid.metadata.RuntimeMetadata metadata,
org.teiid.translator.ExecutionContext ec,
org.teiid.translator.WSConnection conn)
public void execute()
throws org.teiid.translator.TranslatorException
execute in interface org.teiid.translator.Executionorg.teiid.translator.TranslatorExceptionprotected org.teiid.translator.ws.BinaryWSProcedureExecution invokeHTTP(String method, String uri, Object payload, Map<String,String> headers) throws org.teiid.translator.TranslatorException
org.teiid.translator.TranslatorExceptionpublic void close()
close in interface org.teiid.translator.Executionpublic void cancel()
throws org.teiid.translator.TranslatorException
cancel in interface org.teiid.translator.Executionorg.teiid.translator.TranslatorExceptionpublic List<?> next() throws org.teiid.translator.TranslatorException, org.teiid.translator.DataNotAvailableException
next in interface org.teiid.translator.ResultSetExecutionorg.teiid.translator.TranslatorExceptionorg.teiid.translator.DataNotAvailableExceptionpublic List<?> getOutputParameterValues() throws org.teiid.translator.TranslatorException
getOutputParameterValues in interface org.teiid.translator.ProcedureExecutionorg.teiid.translator.TranslatorExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.