Uses of Class
org.oasis_open.docs.wsn.b_2.TopicExpressionType
-
Packages that use TopicExpressionType Package Description org.apache.cxf.wsn org.apache.cxf.wsn.client org.apache.cxf.wsn.jms org.apache.cxf.wsn.services org.oasis_open.docs.wsn.b_2 org.oasis_open.docs.wsn.br_2 -
-
Uses of TopicExpressionType in org.apache.cxf.wsn
Fields in org.apache.cxf.wsn declared as TopicExpressionType Modifier and Type Field Description protected TopicExpressionTypeAbstractSubscription. topicFields in org.apache.cxf.wsn with type parameters of type TopicExpressionType Modifier and Type Field Description protected List<TopicExpressionType>AbstractPublisher. topic -
Uses of TopicExpressionType in org.apache.cxf.wsn.client
Methods in org.apache.cxf.wsn.client with parameters of type TopicExpressionType Modifier and Type Method Description voidPublisher.Callback. subscribe(TopicExpressionType topic)voidPublisher.Callback. unsubscribe(TopicExpressionType topic)protected voidPublisher. unsubscribe(TopicExpressionType topic)Constructors in org.apache.cxf.wsn.client with parameters of type TopicExpressionType Constructor Description PublisherSubscription(TopicExpressionType topic) -
Uses of TopicExpressionType in org.apache.cxf.wsn.jms
Methods in org.apache.cxf.wsn.jms that return TopicExpressionType Modifier and Type Method Description TopicExpressionTypeJmsTopicExpressionConverter. toTopicExpression(String name)TopicExpressionTypeJmsTopicExpressionConverter. toTopicExpression(javax.jms.Topic topic)TopicExpressionTypeJmsTopicExpressionConverter. toTopicExpression(org.apache.activemq.command.ActiveMQTopic topic)Methods in org.apache.cxf.wsn.jms with parameters of type TopicExpressionType Modifier and Type Method Description protected abstract ObjectJmsPublisher. startSubscription(TopicExpressionType topic)org.apache.activemq.command.ActiveMQTopicJmsTopicExpressionConverter. toActiveMQTopic(TopicExpressionType topic)Method parameters in org.apache.cxf.wsn.jms with type arguments of type TopicExpressionType Modifier and Type Method Description org.apache.activemq.command.ActiveMQTopicJmsTopicExpressionConverter. toActiveMQTopic(List<TopicExpressionType> topics) -
Uses of TopicExpressionType in org.apache.cxf.wsn.services
Methods in org.apache.cxf.wsn.services with parameters of type TopicExpressionType Modifier and Type Method Description protected ObjectJaxwsPublisher. startSubscription(TopicExpressionType topic) -
Uses of TopicExpressionType in org.oasis_open.docs.wsn.b_2
Fields in org.oasis_open.docs.wsn.b_2 declared as TopicExpressionType Modifier and Type Field Description protected TopicExpressionTypeGetCurrentMessage. topicprotected TopicExpressionTypeNotificationMessageHolderType. topicFields in org.oasis_open.docs.wsn.b_2 with type parameters of type TopicExpressionType Modifier and Type Field Description protected List<TopicExpressionType>NotificationProducerRP. topicExpressionMethods in org.oasis_open.docs.wsn.b_2 that return TopicExpressionType Modifier and Type Method Description TopicExpressionTypeObjectFactory. createTopicExpressionType()Create an instance ofTopicExpressionTypeTopicExpressionTypeGetCurrentMessage. getTopic()Gets the value of the topic property.TopicExpressionTypeNotificationMessageHolderType. getTopic()Gets the value of the topic property.Methods in org.oasis_open.docs.wsn.b_2 that return types with arguments of type TopicExpressionType Modifier and Type Method Description javax.xml.bind.JAXBElement<TopicExpressionType>ObjectFactory. createTopic(TopicExpressionType value)javax.xml.bind.JAXBElement<TopicExpressionType>ObjectFactory. createTopicExpression(TopicExpressionType value)List<TopicExpressionType>NotificationProducerRP. getTopicExpression()Gets the value of the topicExpression property.Methods in org.oasis_open.docs.wsn.b_2 with parameters of type TopicExpressionType Modifier and Type Method Description javax.xml.bind.JAXBElement<TopicExpressionType>ObjectFactory. createTopic(TopicExpressionType value)javax.xml.bind.JAXBElement<TopicExpressionType>ObjectFactory. createTopicExpression(TopicExpressionType value)voidGetCurrentMessage. setTopic(TopicExpressionType value)Sets the value of the topic property.voidNotificationMessageHolderType. setTopic(TopicExpressionType value)Sets the value of the topic property. -
Uses of TopicExpressionType in org.oasis_open.docs.wsn.br_2
Fields in org.oasis_open.docs.wsn.br_2 with type parameters of type TopicExpressionType Modifier and Type Field Description protected List<TopicExpressionType>PublisherRegistrationRP. topicprotected List<TopicExpressionType>RegisterPublisher. topicprotected List<TopicExpressionType>NotificationBrokerRP. topicExpressionMethods in org.oasis_open.docs.wsn.br_2 that return types with arguments of type TopicExpressionType Modifier and Type Method Description javax.xml.bind.JAXBElement<TopicExpressionType>ObjectFactory. createTopic(TopicExpressionType value)List<TopicExpressionType>PublisherRegistrationRP. getTopic()Gets the value of the topic property.List<TopicExpressionType>RegisterPublisher. getTopic()Gets the value of the topic property.List<TopicExpressionType>NotificationBrokerRP. getTopicExpression()Gets the value of the topicExpression property.Methods in org.oasis_open.docs.wsn.br_2 with parameters of type TopicExpressionType Modifier and Type Method Description javax.xml.bind.JAXBElement<TopicExpressionType>ObjectFactory. createTopic(TopicExpressionType value)
-