Package | Description |
---|---|
com.ibm.wsspi.rest.handler.helper |
Provides the main OSGi container for the REST Handler framework.
|
Modifier and Type | Method and Description |
---|---|
static DefaultRoutingHelper.RoutingContext |
DefaultRoutingHelper.getLegacyRoutingContext(RESTRequest request)
This helper method looks for the routing keys in the HTTP headers
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<DefaultRoutingHelper.RoutingContext> |
DefaultRoutingHelper.getRoutingContext(RESTRequest request)
This helper method looks for the routing keys in the HTTP headers first, and then falls-back into looking at the query string.
|