cgl.narada.wsinfra.messaging.bootstrap
Class InitializationFactory
java.lang.Object
cgl.narada.wsinfra.messaging.bootstrap.InitializationFactory
public class InitializationFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static InitializationFactory getInstance()
- The singleton instance of the Initialization Factory.
- Returns:
- The instance of the factory
newInitializer
public Initializer newInitializer(boolean isEventing)
throws DeploymentException
- Create either a WSE or WSN based initializer based on the specified
argument.
- Parameters:
isEventing - Boolean variable indicating if the initialization should be
based on WSE or WSN.
- Returns:
- The Initializer corresponding to the desired specification
- Throws:
DeploymentException - If there are problems with the specified arguments
or in the initialization of the Initializer.
For comments and suggestions please send
e-mail to
The NaradaBrokering Project