Class WSTEnvironmentBean
java.lang.Object
org.jboss.jbossts.xts.environment.WSTEnvironmentBean
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the name of the class used to implement the WSBA 1.1 BusinessActivityManager API.Returns the URL path component of the URL at which 1.1 WS-T client services have been mapped.Returns the URL path component of the URL at which 1.1 WS-T coordinator services have been mapped.Returns the URL path component of the URL at which 1.1 WS-T participant services have been mapped.Deprecated.Returns the name of the class used to implement the WSAT 1.1 TransactionManager API.Deprecated.Returns the name of the class used to implement the WSBA 1.1 UserBusinessActivity API.Deprecated.Returns the name of the class used to implement the WSAT 1.1 UserTransaction API.void
setBusinessActivityManager10
(String businessActivityManager10) Deprecated.void
setBusinessActivityManager11
(String businessActivityManager11) Sets the name of the class used to implement the WSBA 1.1 BusinessActivityManager API.void
setClientServiceURLPath
(String clientServiceURLPath) Sets the URL path component of the URL at which 1.1 WS-T client services have been mapped.void
setCoordinatorServiceURLPath
(String coordinatorServiceURLPath) Sets the URL path component of the URL at which 1.1 WS-T coordinator services have been mapped.void
setParticipantServiceURLPath
(String participantServiceURLPath) Sets the URL path component of the URL at which 1.1 WS-T participant services have been mapped.void
setTransactionManager10
(String transactionManager10) Deprecated.void
setTransactionManager11
(String transactionManager11) Sets the name of the class used to implement the WSAT 1.1 TransactionManager API.void
setUserBusinessActivity10
(String userBusinessActivity10) Deprecated.void
setUserBusinessActivity11
(String userBusinessActivity11) Sets the name of the class used to implement the WSBA 1.1 UserBusinessActivity API.void
setUserTransaction10
(String userTransaction10) Deprecated.void
setUserTransaction11
(String userTransaction11) Sets the name of the class used to implement the WSAT 1.1 UserTransaction API.
-
Constructor Details
-
WSTEnvironmentBean
public WSTEnvironmentBean()
-
-
Method Details
-
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
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
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
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
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
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
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
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.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.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.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.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.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.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.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.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
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
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
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
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
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
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.
-