com.ibm.websphere.sca
Interface ServiceImplAsync
- public interface ServiceImplAsync
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
invokeAsync(OperationType operationType,java.lang.Object input,ServiceCallback callback,Ticket ticket)
Handles an asynchronous service invocation.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
invokeAsync
- void invokeAsync(OperationType operationType,
- java.lang.Object input,
- ServiceCallback callback,
- Ticket ticket)
Handles an asynchronous service invocation.
Parameters:
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.. Throws:
ServiceBusinessException
- An exception representing a business exception.