public interface DataAccessFunctionSet
The class that implements this interface is generated by the code deployment tool.
Modifier and Type | Method and Description |
---|---|
javax.resource.cci.Record |
execute(WSInteractionSpec ispec,
javax.resource.cci.IndexedRecord inRecord,
java.lang.Object connection)
This execute method will route to the appropriate method
based on the function name from the InteractionSpec.
|
javax.resource.cci.Record execute(WSInteractionSpec ispec, javax.resource.cci.IndexedRecord inRecord, java.lang.Object connection) throws javax.resource.ResourceException
ispec
- - Interaction SpecinRecord
- - input Recordconnection
- - a Connectionjavax.resource.ResourceException
- - thrown if there is a problem