| Package | Description |
|---|---|
| com.aurea.sonic.esb.connect.processor |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConnectServiceGenerator.generateService(ConnectModel service)
Create SonicConnect conventions from
service parameter according to service type. |
boolean |
ConnectServiceValidator.validateService(ConnectModel service)
Validates the getBaseUrl() of
service with the following rules
Do null-check
Checks the protocol is http
Checks the existence of path
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectServiceGenerator.generateSpringConfig(java.util.List<ConnectModel> services)
Generates spring config file with new camel routes from list of connect model
and write the configuration file to appropriate locations. |