Class ConstructPreferenceRequestResponse
java.lang.Object
com.skava.subscription.orchestration.processor.ConstructPreferenceRequestResponse
- All Implemented Interfaces:
org.apache.camel.Processor
@Service("constructPreferenceRequestResponse")
public class ConstructPreferenceRequestResponse
extends Object
implements org.apache.camel.Processor
The Class ConstructPreferenceRequestResponse
- Since:
- March 2022
- Version:
- 8.11
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Calendar
getCalenderInstanceForPreference
(String timeZone) getCalenderInstanceForPreferencevoid
process
(org.apache.camel.Exchange exchange) This Method is used to process the preference request and response
-
Constructor Details
-
ConstructPreferenceRequestResponse
public ConstructPreferenceRequestResponse()
-
-
Method Details
-
process
This Method is used to process the preference request and response- Specified by:
process
in interfaceorg.apache.camel.Processor
- Throws:
Exception
-
getCalenderInstanceForPreference
getCalenderInstanceForPreference- Parameters:
timeZone
- timeZone- Returns:
- timezone
-