Class WSCFEnvironmentBean
java.lang.Object
org.jboss.jbossts.xts.environment.WSCFEnvironmentBean
bean storing WSCF 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 TypeMethodDescriptionReturns the list of names of classes which provide protocol implementations, currently either high level services or context factories.void
setProtocolImplementations
(List<String> protocolImplementations) Sets the list of names of classes which provide protocol implementations.
-
Constructor Details
-
WSCFEnvironmentBean
public WSCFEnvironmentBean()
-
-
Method Details
-
getProtocolImplementations
Returns the list of names of classes which provide protocol implementations, currently either high level services or context factories. These are culled from the xts properties file by scanning for properties with the requisite prefix. The are injected from the beans.xml as a list of names.- Returns:
- the list of names of classes which provide protocol implementations.
-
setProtocolImplementations
Sets the list of names of classes which provide protocol implementations.- Parameters:
protocolImplementations
- the list of names of classes which provide protocol implementations.
-