Apache CXF API

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

Packages that use TopicExpressionType
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
protected  TopicExpressionType AbstractSubscription.topic
           
 

Fields in org.apache.cxf.wsn with type parameters of type TopicExpressionType
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
 void Publisher.Callback.subscribe(TopicExpressionType topic)
           
protected  void Publisher.unsubscribe(TopicExpressionType topic)
           
 void Publisher.Callback.unsubscribe(TopicExpressionType topic)
           
 

Constructors in org.apache.cxf.wsn.client with parameters of type TopicExpressionType
Publisher.PublisherSubscription(TopicExpressionType topic)
           
 

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

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

Methods in org.apache.cxf.wsn.jms with parameters of type TopicExpressionType
protected abstract  Object JmsPublisher.startSubscription(TopicExpressionType topic)
           
 org.apache.activemq.command.ActiveMQTopic JmsTopicExpressionConverter.toActiveMQTopic(TopicExpressionType topic)
           
 

Method parameters in org.apache.cxf.wsn.jms with type arguments of type TopicExpressionType
 org.apache.activemq.command.ActiveMQTopic JmsTopicExpressionConverter.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
protected  Object JaxwsPublisher.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
protected  TopicExpressionType GetCurrentMessage.topic
           
protected  TopicExpressionType NotificationMessageHolderType.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 GetCurrentMessage.getTopic()
          Gets the value of the topic property.
 TopicExpressionType NotificationMessageHolderType.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
 JAXBElement<TopicExpressionType> ObjectFactory.createTopic(TopicExpressionType value)
          Create an instance of JAXBElement<TopicExpressionType>}
 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
 JAXBElement<TopicExpressionType> ObjectFactory.createTopic(TopicExpressionType value)
          Create an instance of JAXBElement<TopicExpressionType>}
 JAXBElement<TopicExpressionType> ObjectFactory.createTopicExpression(TopicExpressionType value)
          Create an instance of JAXBElement<TopicExpressionType>}
 void GetCurrentMessage.setTopic(TopicExpressionType value)
          Sets the value of the topic property.
 void NotificationMessageHolderType.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
 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
 JAXBElement<TopicExpressionType> ObjectFactory.createTopic(TopicExpressionType value)
          Create an instance of JAXBElement<TopicExpressionType>}
 


Apache CXF API

Apache CXF