Several design considerations have to be taken into account when designing services in an SOA.
Which statement, as applied to those design considerations, is true?
Answer(s)
- Stateless implies that service operation parameters should be allied to the operationsemantics.
- Loose coupling implies that services should be designed using standardized interfaces andwith the adoption of open standards.
- Service granularity implies the service consumer does not hard-code the specific location ofthe service.
- Encapsulation implies that services should hide the implementation details from their interfacedesign.
Correct Answer Encapsulation implies that services should hide the implementation details from their interfacedesign.