Class WSTEnvironmentBean

java.lang.Object
org.jboss.jbossts.xts.environment.WSTEnvironmentBean

public class WSTEnvironmentBean extends Object
bean storing WS-T 1.0 implementation configuration values derived from the xts properties file, system property settings and, in case we are running inside JBossAS the xts bean.xml file
  • Constructor Details

    • WSTEnvironmentBean

      public WSTEnvironmentBean()
  • Method Details

    • getUserTransaction11

      public String getUserTransaction11()
      Returns the name of the class used to implement the WSAT 1.1 UserTransaction API.
      Returns:
      the name of the class used to implement the WSAT 1.1 UserTransaction API.
    • setUserTransaction11

      public void setUserTransaction11(String userTransaction11)
      Sets the name of the class used to implement the WSAT 1.1 UserTransaction API.
      Parameters:
      userTransaction11 - the name of the class used to implement the WSAT 1.1 UserTransaction API.
    • getTransactionManager11

      public String getTransactionManager11()
      Returns the name of the class used to implement the WSAT 1.1 TransactionManager API.
      Returns:
      the name of the class used to implement the WSAT 1.1 TransactionManager API.
    • setTransactionManager11

      public void setTransactionManager11(String transactionManager11)
      Sets the name of the class used to implement the WSAT 1.1 TransactionManager API.
      Parameters:
      transactionManager11 - the name of the class used to implement the WSAT 1.1 TransactionManager API.
    • getUserBusinessActivity11

      public String getUserBusinessActivity11()
      Returns the name of the class used to implement the WSBA 1.1 UserBusinessActivity API.
      Returns:
      the name of the class used to implement the WSBA 1.1 UserBusinessActivity API.
    • setUserBusinessActivity11

      public void setUserBusinessActivity11(String userBusinessActivity11)
      Sets the name of the class used to implement the WSBA 1.1 UserBusinessActivity API.
      Parameters:
      userBusinessActivity11 - the name of the class used to implement the WSBA 1.1 UserBusinessActivity API.
    • getBusinessActivityManager11

      public String getBusinessActivityManager11()
      Returns the name of the class used to implement the WSBA 1.1 BusinessActivityManager API.
      Returns:
      the name of the class used to implement the WSBA 1.1 BusinessActivityManager API.
    • setBusinessActivityManager11

      public void setBusinessActivityManager11(String businessActivityManager11)
      Sets the name of the class used to implement the WSBA 1.1 BusinessActivityManager API.
      Parameters:
      businessActivityManager11 - the name of the class used to implement the WSBA 1.1 BusinessActivityManager API.
    • getUserTransaction10

      @Deprecated public String getUserTransaction10()
      Deprecated.
      Returns the name of the class used to implement the WSAT 1.0 UserTransaction API.
      Returns:
      the name of the class used to implement the WSAT 1.0 UserTransaction API.
    • setUserTransaction10

      @Deprecated public void setUserTransaction10(String userTransaction10)
      Deprecated.
      Sets the name of the class used to implement the WSAT 1.0 UserTransaction API.
      Parameters:
      userTransaction10 - the name of the class used to implement the WSAT 1.0 UserTransaction API.
    • getTransactionManager10

      @Deprecated public String getTransactionManager10()
      Deprecated.
      Returns the name of the class used to implement the WSAT 1.0 TransactionManager API.
      Returns:
      the name of the class used to implement the WSAT 1.0 TransactionManager API.
    • setTransactionManager10

      @Deprecated public void setTransactionManager10(String transactionManager10)
      Deprecated.
      Sets the name of the class used to implement the WSAT 1.0 TransactionManager API.
      Parameters:
      transactionManager10 - the name of the class used to implement the WSAT 1.0 TransactionManager API.
    • getUserBusinessActivity10

      @Deprecated public String getUserBusinessActivity10()
      Deprecated.
      Returns the name of the class used to implement the WSBA 1.0 UserBusinessActivity API.
      Returns:
      the name of the class used to implement the WSBA 1.0 UserBusinessActivity API.
    • setUserBusinessActivity10

      @Deprecated public void setUserBusinessActivity10(String userBusinessActivity10)
      Deprecated.
      Sets the name of the class used to implement the WSBA 1.0 UserBusinessActivity API.
      Parameters:
      userBusinessActivity10 - the name of the class used to implement the WSBA 1.0 UserBusinessActivity API.
    • getBusinessActivityManager10

      @Deprecated public String getBusinessActivityManager10()
      Deprecated.
      Returns the name of the class used to implement the WSBA 1.0 BusinessActivityManager API.
      Returns:
      the name of the class used to implement the WSBA 1.0 BusinessActivityManager API.
    • setBusinessActivityManager10

      @Deprecated public void setBusinessActivityManager10(String businessActivityManager10)
      Deprecated.
      Sets the name of the class used to implement the WSBA 1.0 BusinessActivityManager API.
      Parameters:
      businessActivityManager10 - the name of the class used to implement the WSBA 1.0 BusinessActivityManager API.
    • getCoordinatorServiceURLPath

      public String getCoordinatorServiceURLPath()
      Returns the URL path component of the URL at which 1.1 WS-T coordinator services have been mapped. If this is null then the path is defaulted to "ws-t11-coordinator".
      Returns:
      the URL path component of the URL at which 1.1 WS-T coordinator services have been mapped.
    • setCoordinatorServiceURLPath

      public void setCoordinatorServiceURLPath(String coordinatorServiceURLPath)
      Sets the URL path component of the URL at which 1.1 WS-T coordinator services have been mapped.
      Parameters:
      coordinatorServiceURLPath - the URL path component of the URL at which 1.1 WS-T coordinator services have been mapped.
    • getClientServiceURLPath

      public String getClientServiceURLPath()
      Returns the URL path component of the URL at which 1.1 WS-T client services have been mapped. If this is null then the path is defaulted to "ws-t11-client".
      Returns:
      the URL path component of the URL at which 1.1 WS-T client services have been mapped.
    • setClientServiceURLPath

      public void setClientServiceURLPath(String clientServiceURLPath)
      Sets the URL path component of the URL at which 1.1 WS-T client services have been mapped.
      Parameters:
      clientServiceURLPath - the URL path component of the URL at which 1.1 WS-T client services have been mapped.
    • getParticipantServiceURLPath

      public String getParticipantServiceURLPath()
      Returns the URL path component of the URL at which 1.1 WS-T participant services have been mapped. If this is null then the path is defaulted to "ws-t11-participant".
      Returns:
      the URL path component of the URL at which 1.1 WS-T participant services have been mapped.
    • setParticipantServiceURLPath

      public void setParticipantServiceURLPath(String participantServiceURLPath)
      Sets the URL path component of the URL at which 1.1 WS-T participant services have been mapped.
      Parameters:
      participantServiceURLPath - the URL path component of the URL at which 1.1 WS-T participant services have been mapped.