Interface | Description |
---|---|
IAddService |
Interface for the add service.
|
ISubService |
Simple subtract service.
|
Class | Description |
---|---|
AddService |
Simple add service.
|
CalculatorAgent |
Calculator component that provides all services by itself.
|
CompositeCalculatorAgent | |
CorruptAdderAgent | |
EmptyCalculatorAgent | |
PojoAddService | |
SubService |
Simple subtract service.
|
UserAgent |
The user agent uses services for testing them.
|