I - The representation for document inputO - The representation for document outputIOEndpointstatic
interface IOEndpoint.BulkIOEndpointCaller,
IOEndpoint.CallContextbulkCaller (IOEndpoint.CallContext callContext)bulkCaller (IOEndpoint.CallContext[] callContexts)bulkCaller (IOEndpoint.CallContext[] callContexts,
int threadCount)O[]call (IOEndpoint.CallContext callContext,
I[] input)O[]static <I, O> InputOutputCaller<I, O>on (DatabaseClient client,
JSONWriteHandle apiDecl,
BufferableContentHandle<I, ?> inputHandle,
BufferableContentHandle<O, ?> outputHandle)static <IC, IR, OC, OR, I
extends BufferableContentHandle<IC,
IR>, O extends BufferableContentHandle<OC,
OR>>
InputOutputCaller<I, O>onHandles (DatabaseClient client,
JSONWriteHandle apiDecl,
I inputHandle, O outputHandle)allowsEndpointConstants,
allowsEndpointState,
allowsInput, allowsSession, getEndpointPath, newCallContext, newSessionStateI - the content representation (such as
String)O - the output content representation (such as
byte[])client - the database client to use for making
callsapiDecl - the JSON api declaration specifying how
to call the endpointinputHandle - the handle for the representation of
the input content (such as StringHandle)outputHandle - the handle for the representation
of the output content (such as BytesHandle)IC - the content type of the input handleIR - the type for the data received by the input
handleOC - the content type of the output handleOR - the type for the data received by the output
handleI - the input handleO - the output handleclient - the database client to use for making
callsapiDecl - the JSON api declaration specifying how
to call the endpointinputHandle - the handles that provides the input
content (such as StringHandle)outputHandle - the handles that provides the
output content (such as BytesHandle)input - the request data sent to the endpointcallContext - the context consisting of the
optional endpointConstants, endpointState, and sessioninput - the request data sent to the endpointcallContext - the context consisting of the
optional endpointConstants, endpointState, and sessioncallContexts - the collection of callContextscallContexts - the collection of callContextsthreadCount - the number of threadsCopyright (c) 2010-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.