Related Patterns
The Architecture Adapter pattern relates to all of the example code in this chapter. This is simply because the client code is all written in pure Java using the client-side architecture adapters generated by Apache Axis. Pattern-wise, the Architecture Adapter pattern is most closely related to the following pattern:
- Service-Oriented Architecture: The service-oriented architecture uses architecture adapters to help with implementation transparency, one of the primary characteristics of the architecture.