org.apache.synapse
Class SynapseControllerFactory

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

public class SynapseControllerFactory
extends Object

Factory method for create a SynapseController instance


Constructor Summary
SynapseControllerFactory()
           
 
Method Summary
static SynapseController createSynapseController(ServerConfigurationInformation information)
          Create a SynapseController instance based on information in the ServerConfigurationInformation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynapseControllerFactory

public SynapseControllerFactory()
Method Detail

createSynapseController

public static SynapseController createSynapseController(ServerConfigurationInformation information)
Create a SynapseController instance based on information in the ServerConfigurationInformation

Parameters:
information - ServerConfigurationInformation instance
Returns:
SynapseController instance


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