Package org.apache.synapse
Class SynapseControllerFactory
- java.lang.Object
-
- org.apache.synapse.SynapseControllerFactory
-
public class SynapseControllerFactory extends Object
Factory method for create a SynapseController instance
-
-
Constructor Summary
Constructors Constructor Description SynapseControllerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SynapseController
createSynapseController(ServerConfigurationInformation information)
Create a SynapseController instance based on information in the ServerConfigurationInformation
-
-
-
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
-
-