On Mon, Jun 2, 2014 at 11:04 AM, Rajiv <[email protected]> wrote: > I have vendor provided product which is running over Weblogic, its an EJB. > Vendor has also provided the Client API to communicate with the EJB and send > various request to interact with EJB. > > Client API is packaged in jar. > > TO communicate we need to first get the factory using the client API. then > using factory we have to get connection, using connection we can communicate > to EJB hosted over server. >
Apache Camel can easily work with Java code. So just write the java code with that client api as if there is no Apache Camel. And then from a Camel route you can call a java method using the bean component http://camel.apache.org/bean There is also an EJB component, you can try use http://camel.apache.org/ejb > plz help and provide some suggestion how to load this jar file and how to > configure the end point in camel. > > Thanks!! > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Configuring-Vendor-specific-client-API-as-an-endpoint-in-Apache-Camel-tp5751812.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen hawtio: http://hawt.io/ fabric8: http://fabric8.io/
