-
- All Implemented Interfaces:
public interface MessagingFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
MessagingFactory.CreateParams
Params needed by the MessagingFactory to create an instance of Messaging.
-
Method Summary
Modifier and Type Method Description abstract Messaging
create(MessagingFactory.CreateParams params)
Creates a new instance of Messaging. -
-
Method Detail
-
create
abstract Messaging create(MessagingFactory.CreateParams params)
Creates a new instance of Messaging.
- Parameters:
params
- All the parameters needed by this factory to create a Messaging
-
-
-
-