public interface ServiceImplAsync
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
void |
invokeAsync(OperationType operationType,
java.lang.Object input,
ServiceCallback callback,
Ticket ticket)
Handles an asynchronous service invocation.
|
static final java.lang.String COPYRIGHT
void invokeAsync(OperationType operationType, java.lang.Object input, ServiceCallback callback, Ticket ticket)
operationType
- The OperationType representing the business operation.input
- The input business data.callback
- An instance of ServiceCallback that the service component must use to send an asynchronous response.ticket
- A ticket identifying the current asynchronous interaction..ServiceBusinessException
- An exception representing a business exception.