This glossary supports the following titles:


SOA: Principles of Service Design (ISBN: 01323 44823, Prentice Hall)

Service-Oriented Architecture: Concepts, Technology, and Design (ISBN: 0131858580, Prentice Hall)

Service-Oriented Architecture: A Field Guide to Integrating XML & Web Services (ISBN: 0131 428985, Prentice Hall)

For more information about this book series, visit: www.soabooks.com
|
|
|

meta abstraction types

|
The different types of data that describe a service are collectively referred to as meta abstraction types. These forms of service meta data are relevant when applying the Service Abstraction design principle because their classifications help service designers determine what should and should not be made publicly available about a service.

There are four meta abstraction types:

• Quality of Service Information

• Technology Information

• Functional Information

• Programmatic Logic Information

The tendency is to regulate how much of each type should be published as part of a service contract, a service registry record, and supplementary documents, such as service level agreements.

See also:

- functional meta data

- programmatic logic meta data

- quality of service meta data

- Service Abstraction

- Service Loose Coupling

- technology meta data

|
|