org.apache.synapse
Class SynapseServer

java.lang.Object
  extended by org.apache.synapse.SynapseServer

public class SynapseServer
extends Object

This is the class invoked by the command line scripts synapse.sh and synapse-daemon.sh to start an instance of Synapse. This class calls on the ServerManager to start up the instance TODO Switch to using commons-cli and move all command line parameter processing etc from the .sh and .bat into this.. for 1.3 release :)


Constructor Summary
SynapseServer()
           
 
Method Summary
static void main(String[] args)
           
static void printUsage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynapseServer

public SynapseServer()
Method Detail

printUsage

public static void printUsage()

main

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


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.