Responsibilities of a Web Adapter
Learn about web adapter's responsibilities.
We'll cover the following...
The web adapter
What does a web adapter actually do? Let’s say we want to provide a
A web adapter usually does these things:
- Maps
request to Java objectsHTTP Hypertext Transfer Protocol - Performs authorization checks
- Validates input
- Maps input to the input model of the use case
- Calls the use case
- Maps output of the use case back to
HTTP Hypertext Transfer