Return to Home Page
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




message dispatch

(contributed by Hugo Haas)

Message dispatch processing represents the logic within a service that figures out what part of the implementation should be invoked in order to process this message. For example, upon receiving a message, the service will carry out message dispatch processing to determine what operation or method to submit the message to by analyzing the message contents.



With Web services, message dispatch logic is usually taken care of by runtime system agents that parse and then route the SOAP message to the appropriate operation. However, custom message dispatch processing can also be added to the service logic.

See also:

- Web Service

The Prentice Hall Service-Oriented Computing Series from Thomas Erl
Home    SOA Books    SOA Magazine    What Is SOA?    SOA Principles    SOASchool.com    Legal Copyright © 2004-2012 SOA Systems Inc.