Package | Description |
---|---|
org.apache.cxf.wsn.client | |
org.oasis_open.docs.wsn.b_2 | |
org.oasis_open.docs.wsn.br_2 |
Modifier and Type | Method and Description |
---|---|
void |
Publisher.Callback.subscribe(TopicExpressionType topic) |
protected void |
Publisher.unsubscribe(TopicExpressionType topic) |
void |
Publisher.Callback.unsubscribe(TopicExpressionType topic) |
Constructor and Description |
---|
PublisherSubscription(TopicExpressionType topic) |
Modifier and Type | Field and Description |
---|---|
protected TopicExpressionType |
GetCurrentMessage.topic |
protected TopicExpressionType |
NotificationMessageHolderType.topic |
Modifier and Type | Field and Description |
---|---|
protected List<TopicExpressionType> |
NotificationProducerRP.topicExpression |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<TopicExpressionType> |
ObjectFactory.createTopic(TopicExpressionType value)
|
JAXBElement<TopicExpressionType> |
ObjectFactory.createTopicExpression(TopicExpressionType value)
|
List<TopicExpressionType> |
NotificationProducerRP.getTopicExpression()
Gets the value of the topicExpression property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<TopicExpressionType> |
ObjectFactory.createTopic(TopicExpressionType value)
|
JAXBElement<TopicExpressionType> |
ObjectFactory.createTopicExpression(TopicExpressionType value)
|
void |
GetCurrentMessage.setTopic(TopicExpressionType value)
Sets the value of the topic property.
|
void |
NotificationMessageHolderType.setTopic(TopicExpressionType value)
Sets the value of the topic property.
|
Modifier and Type | Field and Description |
---|---|
protected List<TopicExpressionType> |
RegisterPublisher.topic |
protected List<TopicExpressionType> |
PublisherRegistrationRP.topic |
protected List<TopicExpressionType> |
NotificationBrokerRP.topicExpression |
Modifier and Type | Method and Description |
---|---|
JAXBElement<TopicExpressionType> |
ObjectFactory.createTopic(TopicExpressionType value)
|
List<TopicExpressionType> |
RegisterPublisher.getTopic()
Gets the value of the topic property.
|
List<TopicExpressionType> |
PublisherRegistrationRP.getTopic()
Gets the value of the topic property.
|
List<TopicExpressionType> |
NotificationBrokerRP.getTopicExpression()
Gets the value of the topicExpression property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<TopicExpressionType> |
ObjectFactory.createTopic(TopicExpressionType value)
|
Apache CXF