Java Extension
TIBCO OPE can be customized to support the functionality that can be integrated by using the Java extension.
All TIBCO OPE web services can be extended using custom configurations in the specified hooks while requests execution. All the web service requests are executed sequentially in the phases and the custom hooks are provided for each phase.
Following are the phases and the hooks provided for every phase:Phase | Hook in ope_config file |
---|---|
Custom Validation | customOfferValidationRule |
Custom Filter Processing | customOfferFilterRules |
Custom Eligibility | customEvaluateEligibilityRule |
Custom Publishing | customOfferResponseRule |
Phase | Hook in ope_config file |
---|---|
Custom Validation | customOfferValidationRule |
Custom Publishing | customOfferResponseRule |
Phase | Hook in ope_config file |
---|---|
Custom Filter Processing | customOfferFilterRules (If the request contains query elements) |
Custom Publishing | customProdInfoResponseRule |
Prerequisites
To extend the execution of TIBCO OPE web service requests during different phases, add the java-based custom classes as described in the following steps:
Procedure
Copyright © Cloud Software Group, Inc. All rights reserved.