Class ContextFactoryMapper

java.lang.Object
com.arjuna.wsc11.ContextFactoryMapper

public class ContextFactoryMapper extends Object
The context factory mapper.
Author:
kevin
  • Constructor Details

    • ContextFactoryMapper

      protected ContextFactoryMapper()
      Default constructor
  • Method Details

    • getMapper

      public static ContextFactoryMapper getMapper()
      Get the context factory mapper singleton.
      Returns:
      The context factory mapper singleton.
    • addContextFactory

      public void addContextFactory(String coordinationTypeURI, ContextFactory contextFactory)
      Add a context factory for the specified coordination type.
      Parameters:
      coordinationTypeURI - The coordination type.
      contextFactory - The context factory.
    • getContextFactory

      public ContextFactory getContextFactory(String coordinationTypeURI)
      Get the context factory for the specified coordination type.
      Parameters:
      coordinationTypeURI - The coordination type.
      Returns:
      The context factory.
    • removeContextFactory

      public void removeContextFactory(String coordinationTypeURI)
      Remove the context factory for the specified coordination type.
      Parameters:
      coordinationTypeURI - The coordination type.