This glossary supports the following titles:

SOA Governance

SOA with .NET & Azure


SOA Design Patterns


Web Service Contract Design & Versioning for SOA


SOA Principles of Service Design

Service-Oriented Architecture: Concepts, Technology, and Design

Modern SOA Infrastructure: Technology, Design, and Governance
SOA with REST: Principles, Patterns & Constraints
Next Generation SOA: A Real-World Guide to Modern Service-Oriented Computing
SOA with Java
SOA Security: Practices, Patterns, and Technologies for Securing Services
SOA and Cloud Computing: Practices, Patterns, Technologies

This glossary also supports the SOA Certified Professional (SOACP) program.

For more information, visit: www.soacp.com
and
www.soaschool.com


|
|
|

functional meta data (abstraction type)

|
Most services provide a range of functionality. The functional meta data abstraction type represents all of the data that describes what a service is capable of doing.

Generally, some level of functional meta data is published in order to make service functionality accessible to outside service consumers.

However, only a subset of a service's functionality may actually be published and expressed via its service contract. These are the functions most commonly referred to as the service capabilities.

This is one of four abstraction meta types. The other three types are:

• Quality of Service Information

• Technology Information

• Programmatic Logic Information

See also:

- meta abstraction types

- programmatic logic meta data

- quality of service meta data

- Service Abstraction

- service capability

- service contract

- Service Loose Coupling

- technology meta data

|
|