cgl.narada.wsinfra.messaging.bootstrap
Class InitializationFactory

java.lang.Object
  extended by cgl.narada.wsinfra.messaging.bootstrap.InitializationFactory

public class InitializationFactory
extends Object


Method Summary
static InitializationFactory getInstance()
          The singleton instance of the Initialization Factory.
 Initializer newInitializer(boolean isEventing)
          Create either a WSE or WSN based initializer based on the specified argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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