Interface InputOutputCaller<I,O>

Type Parameters:
I - The representation for document input
O - The representation for document output
All Superinterfaces:
IOEndpoint

public interface InputOutputCaller<I,O>extends IOEndpoint
Provides an interface for calling an endpoint that takes input data structures and returns output data structures.
See Also: