Package org.apache.camel.component.salesforce.internal.processor

Examples of org.apache.camel.component.salesforce.internal.processor.XmlRestProcessor


            // create an appropriate processor
            if (payloadFormat == PayloadFormat.JSON) {
                // create a JSON exchange processor
                processor = new JsonRestProcessor(endpoint);
            } else {
                processor = new XmlRestProcessor(endpoint);
            }
        }
    }
View Full Code Here

TOP

Related Classes of org.apache.camel.component.salesforce.internal.processor.XmlRestProcessor

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.