com.ibm.websphere.sca
Interface ServiceImplSync
- public interface ServiceImplSync
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
invoke(OperationType operationType,java.lang.Object input)
Handles a synchronous service invocation.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
invoke
- java.lang.Object invoke(OperationType operationType,
- java.lang.Object input)
- throws ServiceBusinessException
Handles a synchronous service invocation.
Parameters:
operationType
- The OperationType representing the business operation. input
- The input business data. Returns:
Object The output business data.
Throws:
ServiceBusinessException
- An exception representing a business exception.