Package org.apache.camel.component.cxf

Examples of org.apache.camel.component.cxf.CamelInvoker


        }

        Exchange exchange = inMessage.getExchange();
        Message outMessage = null;
        try {
            CamelInvoker invoker = exchange.get(CamelInvoker.class);
            outMessage = invoker.invoke(inMessage);
        } catch (Exception e) {
            throw new Fault(e);
        }

        // set back channel conduit in the exchange if it is not present
View Full Code Here

TOP

Related Classes of org.apache.camel.component.cxf.CamelInvoker

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.