| Package | Description |
|---|---|
| org.apache.servicemix.wsn |
This package provides base classes for WS-Notification implementations.
|
| org.apache.servicemix.wsn.client |
JBI client API for using WS-Notification 1.3.
|
| org.apache.servicemix.wsn.jms |
JMS based implementation of the NotificationBroker and related services.
|
| org.oasis_open.docs.wsn.b_2 |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.util.List<NotificationMessageHolderType> |
AbstractPullPoint.getMessages(int max) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AbstractPublisher.notify(NotificationMessageHolderType messageHolder) |
protected abstract void |
AbstractPullPoint.store(NotificationMessageHolderType messageHolder) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NotificationMessageHolderType> |
PullPoint.getMessages(int max) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<NotificationMessageHolderType> |
JmsPullPoint.getMessages(int max) |
| Modifier and Type | Method and Description |
|---|---|
void |
JmsPublisher.notify(NotificationMessageHolderType messageHolder) |
protected void |
JmsPullPoint.store(NotificationMessageHolderType messageHolder) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<NotificationMessageHolderType> |
Notify.notificationMessage |
protected java.util.List<NotificationMessageHolderType> |
GetMessagesResponse.notificationMessage |
| Modifier and Type | Method and Description |
|---|---|
NotificationMessageHolderType |
ObjectFactory.createNotificationMessageHolderType()
Create an instance of
NotificationMessageHolderType |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<NotificationMessageHolderType> |
ObjectFactory.createNotificationMessage(NotificationMessageHolderType value)
|
java.util.List<NotificationMessageHolderType> |
Notify.getNotificationMessage()
Gets the value of the notificationMessage property.
|
java.util.List<NotificationMessageHolderType> |
GetMessagesResponse.getNotificationMessage()
Gets the value of the notificationMessage property.
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<NotificationMessageHolderType> |
ObjectFactory.createNotificationMessage(NotificationMessageHolderType value)
|
Copyright © 2005-2014 FuseSource. All Rights Reserved.