Package com.arjuna.wsc11
Class ContextFactoryMapper
java.lang.Object
com.arjuna.wsc11.ContextFactoryMapper
The context factory mapper.
- Author:
- kevin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addContextFactory
(String coordinationTypeURI, ContextFactory contextFactory) Add a context factory for the specified coordination type.getContextFactory
(String coordinationTypeURI) Get the context factory for the specified coordination type.static ContextFactoryMapper
Get the context factory mapper singleton.void
removeContextFactory
(String coordinationTypeURI) Remove the context factory for the specified coordination type.
-
Constructor Details
-
ContextFactoryMapper
protected ContextFactoryMapper()Default constructor
-
-
Method Details
-
getMapper
Get the context factory mapper singleton.- Returns:
- The context factory mapper singleton.
-
addContextFactory
Add a context factory for the specified coordination type.- Parameters:
coordinationTypeURI
- The coordination type.contextFactory
- The context factory.
-
getContextFactory
Get the context factory for the specified coordination type.- Parameters:
coordinationTypeURI
- The coordination type.- Returns:
- The context factory.
-
removeContextFactory
Remove the context factory for the specified coordination type.- Parameters:
coordinationTypeURI
- The coordination type.
-