| Class | Description |
|---|---|
| ApimanVerticleBase |
Standard base for all Apiman verticles.
|
| ApimanVerticleWithEngine |
A base for those verticles that require an instantiated engine, and associated API Listener to receive
updates.
|
| HttpApiVerticle |
Verticle implementing apiman's gateway API.
|
| HttpDispatcherVerticle |
Dispatch incoming HTTP requests to the appropriate verticle.
|
| HttpGatewayVerticle |
The main HTTP gateway verticle which translates HTTP requests into the
ServiceRequest and sends the
ServiceResponse back to the HttpDispatcherVerticle. |
| InitializerVerticle |
Start the platform.
|
| PolicyVerticle |
Verticle responsible for executing policies and returning result.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.