Class DirectInputStreamSampleOperation
- java.lang.Object
-
- com.boomi.connector.util.ContextualOperation
-
- com.boomi.connector.util.BaseOperation
-
- com.boomi.connector.util.BaseUpdateOperation
-
- com.boomi.connector.sample.resource.DirectInputStreamSampleOperation
-
- All Implemented Interfaces:
Operation
public class DirectInputStreamSampleOperation extends BaseUpdateOperation
Sample update operation that demonstrates a simple connector use case where the input can be sent directly to the target system and the response can be used as output for the connector operation.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DirectInputStreamSampleOperation(OperationContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
executeUpdate(UpdateRequest request, OperationResponse response)
Actual implementation of this CREATE, UPDATE, or UPSERT Operation.-
Methods inherited from class com.boomi.connector.util.BaseUpdateOperation
execute
-
Methods inherited from class com.boomi.connector.util.ContextualOperation
getConnection, getContext
-
-
-
-
Constructor Detail
-
DirectInputStreamSampleOperation
protected DirectInputStreamSampleOperation(OperationContext context)
-
-
Method Detail
-
executeUpdate
protected void executeUpdate(UpdateRequest request, OperationResponse response)
Description copied from class:BaseUpdateOperation
Actual implementation of this CREATE, UPDATE, or UPSERT Operation.- Specified by:
executeUpdate
in classBaseUpdateOperation
- Parameters:
request
- request given toBaseUpdateOperation.execute(com.boomi.connector.api.OperationRequest, com.boomi.connector.api.OperationResponse)
, downcast to the correct typeresponse
- response given toBaseUpdateOperation.execute(com.boomi.connector.api.OperationRequest, com.boomi.connector.api.OperationResponse)
-
-