Interface ConnectionFactoryOptions
-
- All Known Implementing Classes:
ActiveMQConnectionFactory,ActiveMQJMSConnectionFactory,ActiveMQQueueConnectionFactory,ActiveMQTopicConnectionFactory,ActiveMQXAConnectionFactory,ActiveMQXAQueueConnectionFactory,ActiveMQXATopicConnectionFactory
public interface ConnectionFactoryOptionsCommon interface to be used to share common parameters between the RA and client JMS. Initially developed to carry on Serialization packages white list but it could eventually be expanded.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDeserializationBlackList()java.lang.StringgetDeserializationWhiteList()voidsetDeserializationBlackList(java.lang.String blackList)voidsetDeserializationWhiteList(java.lang.String whiteList)
-
-
-
Method Detail
-
getDeserializationBlackList
java.lang.String getDeserializationBlackList()
-
setDeserializationBlackList
void setDeserializationBlackList(java.lang.String blackList)
-
getDeserializationWhiteList
java.lang.String getDeserializationWhiteList()
-
setDeserializationWhiteList
void setDeserializationWhiteList(java.lang.String whiteList)
-
-