Naming Conventions in Mediation Routes
The naming conventions for the Routes should be as follows:
- Route names start with ro_.
- The rest of the name should be in upper camel case following a consistent project wide format.
An example of a Route name for a Remittance project that validates an input XML schema might be ro_RemittanceValidateInputSchema.
All names should be approved by the lead developer/team and should be specified in the design to keep a consistent naming approach for the project.