Drools Camel server example 6.2.0.Beta2

org.drools.server
Class CamelServerApp

java.lang.Object
  extended by org.drools.server.CamelServerApp

public class CamelServerApp
extends Object


Constructor Summary
CamelServerApp()
           
 
Method Summary
 String execute(SOAPMessage soapMessage, org.apache.camel.CamelContext camelContext)
           
 String execute(String msg, org.apache.camel.CamelContext camelContext)
           
static void main(String[] args)
           
 String send(String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamelServerApp

public CamelServerApp()
Method Detail

main

public static void main(String[] args)

send

public String send(String msg)

execute

public String execute(String msg,
                      org.apache.camel.CamelContext camelContext)

execute

public String execute(SOAPMessage soapMessage,
                      org.apache.camel.CamelContext camelContext)
               throws SOAPException,
                      IOException
Throws:
SOAPException
IOException

Drools Camel server example 6.2.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.