org.apache.camel.web
Class Main

java.lang.Object
  extended by org.apache.camel.web.Main

public final class Main
extends Object

A bootstrap class for starting Jetty Runner using an embedded war

Version:

Method Summary
static void main(String[] args)
           
static int writeStreamTo(InputStream input, OutputStream output, int bufferSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

writeStreamTo

public static int writeStreamTo(InputStream input,
                                OutputStream output,
                                int bufferSize)
                         throws IOException
Throws:
IOException


Apache Camel