Uses of Class
org.oasis_open.docs.wsn.b_2.TopicExpressionType

Packages that use TopicExpressionType
org.apache.servicemix.wsn This package provides base classes for WS-Notification implementations. 
org.apache.servicemix.wsn.jms JMS based implementation of the NotificationBroker and related services. 
org.oasis_open.docs.wsn.b_2   
org.oasis_open.docs.wsn.br_2   
 

Uses of TopicExpressionType in org.apache.servicemix.wsn
 

Fields in org.apache.servicemix.wsn declared as TopicExpressionType
protected  TopicExpressionType AbstractSubscription.topic
           
 

Fields in org.apache.servicemix.wsn with type parameters of type TopicExpressionType
protected  List<TopicExpressionType> AbstractPublisher.topic
           
 

Uses of TopicExpressionType in org.apache.servicemix.wsn.jms
 

Methods in org.apache.servicemix.wsn.jms that return TopicExpressionType
 TopicExpressionType JmsTopicExpressionConverter.toTopicExpression(org.apache.activemq.command.ActiveMQTopic topic)
           
 TopicExpressionType JmsTopicExpressionConverter.toTopicExpression(String name)
           
 TopicExpressionType JmsTopicExpressionConverter.toTopicExpression(Topic topic)
           
 

Methods in org.apache.servicemix.wsn.jms with parameters of type TopicExpressionType
 org.apache.activemq.command.ActiveMQTopic JmsTopicExpressionConverter.toActiveMQTopic(TopicExpressionType topic)
           
 

Method parameters in org.apache.servicemix.wsn.jms with type arguments of type TopicExpressionType
 org.apache.activemq.command.ActiveMQTopic JmsTopicExpressionConverter.toActiveMQTopic(List<TopicExpressionType> topics)
           
 

Uses of TopicExpressionType in org.oasis_open.docs.wsn.b_2
 

Fields in org.oasis_open.docs.wsn.b_2 declared as TopicExpressionType
protected  TopicExpressionType NotificationMessageHolderType.topic
           
protected  TopicExpressionType GetCurrentMessage.topic
           
 

Fields in org.oasis_open.docs.wsn.b_2 with type parameters of type TopicExpressionType
protected  List<TopicExpressionType> NotificationProducerRP.topicExpression
           
 

Methods in org.oasis_open.docs.wsn.b_2 that return TopicExpressionType
 TopicExpressionType ObjectFactory.createTopicExpressionType()
          Create an instance of TopicExpressionType
 TopicExpressionType NotificationMessageHolderType.getTopic()
          Gets the value of the topic property.
 TopicExpressionType GetCurrentMessage.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
 javax.xml.bind.JAXBElement<TopicExpressionType> ObjectFactory.createTopic(TopicExpressionType value)
          Create an instance of JAXBElement<TopicExpressionType>}
 javax.xml.bind.JAXBElement<TopicExpressionType> ObjectFactory.createTopicExpression(TopicExpressionType value)
          Create an instance of JAXBElement<TopicExpressionType>}
 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
 javax.xml.bind.JAXBElement<TopicExpressionType> ObjectFactory.createTopic(TopicExpressionType value)
          Create an instance of JAXBElement<TopicExpressionType>}
 javax.xml.bind.JAXBElement<TopicExpressionType> ObjectFactory.createTopicExpression(TopicExpressionType value)
          Create an instance of JAXBElement<TopicExpressionType>}
 void NotificationMessageHolderType.setTopic(TopicExpressionType value)
          Sets the value of the topic property.
 void GetCurrentMessage.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
protected  List<TopicExpressionType> PublisherRegistrationRP.topic
           
protected  List<TopicExpressionType> RegisterPublisher.topic
           
protected  List<TopicExpressionType> NotificationBrokerRP.topicExpression
           
 

Methods in org.oasis_open.docs.wsn.br_2 that return types with arguments of type TopicExpressionType
 javax.xml.bind.JAXBElement<TopicExpressionType> ObjectFactory.createTopic(TopicExpressionType value)
          Create an instance of JAXBElement<TopicExpressionType>}
 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
 javax.xml.bind.JAXBElement<TopicExpressionType> ObjectFactory.createTopic(TopicExpressionType value)
          Create an instance of JAXBElement<TopicExpressionType>}
 



Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.