| Interface | Description |
|---|---|
| ServiceMapper |
A ServiceMapper converts a given set of properties into a service request.
|
| Class | Description |
|---|---|
| BODFactory |
This class provides logic of how the objects in a noun can be created by JXPath.
|
| MappingResult |
Stores the results from mapping requests to services.
|
| ServiceMapperImpl |
This class is an implementation of the interface
ServiceMapper. |
| ServiceMapping |
This class represents a single mapping between an incoming request attribute (called source) and the
targeted service request attribute (called target).
|
| ServiceMappingConfiguration |
This class contains all the mapping configurations that describes how incoming
requests are mapped to service requests.
|
| ServiceMappingConfigurationBuilder |
This class builds service mapping configurations from various sources
|
| ServiceMappingGroup |
This class represents a group of service mappings between a set of request parameters and a service.
|
| Exception | Description |
|---|---|
| ServiceMappingException |
This exception represents fatal problems encountered while a request is being converted
into a service request.
|