Package org.apache.cxf.wsn.jms
Class JmsTopicExpressionConverter
java.lang.Object
org.apache.cxf.wsn.jms.JmsTopicExpressionConverter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.activemq.artemis.jms.client.ActiveMQTopiccreateActiveMQTopicFromContent(Object contentItem) protected org.apache.activemq.artemis.jms.client.ActiveMQTopicorg.apache.activemq.artemis.jms.client.ActiveMQTopictoTopicExpression(jakarta.jms.Topic topic) toTopicExpression(String name) toTopicExpression(org.apache.activemq.artemis.jms.client.ActiveMQTopic topic)
-
Field Details
-
SIMPLE_DIALECT
- See Also:
-
-
Constructor Details
-
JmsTopicExpressionConverter
public JmsTopicExpressionConverter()
-
-
Method Details
-
toTopicExpression
-
toTopicExpression
public TopicExpressionType toTopicExpression(org.apache.activemq.artemis.jms.client.ActiveMQTopic topic) -
toTopicExpression
-
toActiveMQTopic
public org.apache.activemq.artemis.jms.client.ActiveMQTopic toActiveMQTopic(TopicExpressionType topic) throws InvalidTopicException - Throws:
InvalidTopicException
-
createActiveMQTopicFromContent
protected org.apache.activemq.artemis.jms.client.ActiveMQTopic createActiveMQTopicFromContent(Object contentItem) -
createActiveMQTopicFromQName
protected org.apache.activemq.artemis.jms.client.ActiveMQTopic createActiveMQTopicFromQName(QName qName)
-