public interface ServiceImplSync
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(OperationType operationType,
java.lang.Object input)
Handles a synchronous service invocation.
|
static final java.lang.String COPYRIGHT
java.lang.Object invoke(OperationType operationType, java.lang.Object input) throws ServiceBusinessException
operationType
- The OperationType representing the business operation.input
- The input business data.ServiceBusinessException
- An exception representing a business exception.