Created
February 2, 2011 13:34
-
-
Save zubairov/807674 to your computer and use it in GitHub Desktop.
Code generated by talend
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.out | |
.println("--- [tESBProviderRequest] Initializing the component"); | |
Class<?> clazz_tESBProviderRequest_1 = this.getClass(); | |
// *** ESB context initialization | |
routines.esb.ESBContext esbContext_tESBProviderRequest_1 = new routines.esb.ESBContext( | |
"http://127.0.0.1:8088/esb/provider"); | |
// System.out.println("esb context: " + | |
// esbContext_tESBProviderRequest_1); | |
// *** ESB context initialization finish | |
// *** external processor(s) initialization | |
routines.esb.Controller.initialize(clazz_tESBProviderRequest_1, | |
"tESBProviderRequest_1", | |
esbContext_tESBProviderRequest_1); | |
// *** external processor(s) initialization finish | |
routines.esb.ESBIntegration.ExternalHandler<String> esbHandler_tESBProviderRequest_1 = (routines.esb.ESBIntegration.ExternalHandler<String>) routines.esb.ESBIntegration | |
.getExternalHandler(clazz_tESBProviderRequest_1, | |
"tESBProviderRequest_1"); | |
String result_tESBProviderRequest_1 = null; | |
// result_tESBProviderRequest_1 = "uninitialized"; | |
int counter_tESBProviderRequest_1 = 0; | |
/* | |
* java.util.Map<String, String> esbResponseMap = new | |
* java.util.HashMap<String, String>(2); | |
*/ | |
globalMap.put("esbResponseMap", | |
new java.util.HashMap<String, String>(2)); // TODO | |
try { | |
routines.esb.ESBIntegration.MessagesExchange<String> messagesExchange_tESBProviderRequest_1 = null; | |
// This is a beginning of the ESB provider request component | |
// cycle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment