public class WSTEnvironmentBean extends Object
Constructor and Description |
---|
WSTEnvironmentBean() |
Modifier and Type | Method and Description |
---|---|
String |
getBusinessActivityManager10()
Deprecated.
|
String |
getBusinessActivityManager11()
Returns the name of the class used to implement the WSBA 1.1 BusinessActivityManager API.
|
String |
getClientServiceURLPath()
Returns the URL path component of the URL at which 1.1 WS-T client services have been mapped.
|
String |
getCoordinatorServiceURLPath()
Returns the URL path component of the URL at which 1.1 WS-T coordinator services have been mapped.
|
String |
getParticipantServiceURLPath()
Returns the URL path component of the URL at which 1.1 WS-T participant services have been mapped.
|
String |
getTransactionManager10()
Deprecated.
|
String |
getTransactionManager11()
Returns the name of the class used to implement the WSAT 1.1 TransactionManager API.
|
String |
getUserBusinessActivity10()
Deprecated.
|
String |
getUserBusinessActivity11()
Returns the name of the class used to implement the WSBA 1.1 UserBusinessActivity API.
|
String |
getUserTransaction10()
Deprecated.
|
String |
getUserTransaction11()
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.
|
public String getUserTransaction11()
public void setUserTransaction11(String userTransaction11)
userTransaction11
- the name of the class used to implement the WSAT 1.1 UserTransaction API.public String getTransactionManager11()
public void setTransactionManager11(String transactionManager11)
transactionManager11
- the name of the class used to implement the WSAT 1.1 TransactionManager API.public String getUserBusinessActivity11()
public void setUserBusinessActivity11(String userBusinessActivity11)
userBusinessActivity11
- the name of the class used to implement the WSBA 1.1 UserBusinessActivity API.public String getBusinessActivityManager11()
public void setBusinessActivityManager11(String businessActivityManager11)
businessActivityManager11
- the name of the class used to implement the WSBA 1.1 BusinessActivityManager API.@Deprecated public String getUserTransaction10()
@Deprecated public void setUserTransaction10(String userTransaction10)
userTransaction10
- the name of the class used to implement the WSAT 1.0 UserTransaction API.@Deprecated public String getTransactionManager10()
@Deprecated public void setTransactionManager10(String transactionManager10)
transactionManager10
- the name of the class used to implement the WSAT 1.0 TransactionManager API.@Deprecated public String getUserBusinessActivity10()
@Deprecated public void setUserBusinessActivity10(String userBusinessActivity10)
userBusinessActivity10
- the name of the class used to implement the WSBA 1.0 UserBusinessActivity API.@Deprecated public String getBusinessActivityManager10()
@Deprecated public void setBusinessActivityManager10(String businessActivityManager10)
businessActivityManager10
- the name of the class used to implement the WSBA 1.0 BusinessActivityManager API.public String getCoordinatorServiceURLPath()
public void setCoordinatorServiceURLPath(String coordinatorServiceURLPath)
coordinatorServiceURLPath
- the URL path component of the URL at which 1.1 WS-T coordinator services have been mapped.public String getClientServiceURLPath()
public void setClientServiceURLPath(String clientServiceURLPath)
clientServiceURLPath
- the URL path component of the URL at which 1.1 WS-T client services have been mapped.public String getParticipantServiceURLPath()
public void setParticipantServiceURLPath(String participantServiceURLPath)
participantServiceURLPath
- the URL path component of the URL at which 1.1 WS-T participant services have been mapped.Copyright © 2017 JBoss by Red Hat. All rights reserved.