| Package | Description |
|---|---|
| org.apache.servicemix.wsn |
This package provides base classes for WS-Notification implementations.
|
| org.apache.servicemix.wsn.jbi |
JBI implementation of NotificationBroker and related services.
|
| org.apache.servicemix.wsn.jms |
JMS based implementation of the NotificationBroker and related services.
|
| org.oasis_open.docs.wsn.brw_2 | |
| org.oasis_open.docs.wsn.bw_2 |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSubscription.create(Subscribe subscribeRequest) |
GetCurrentMessageResponse |
AbstractNotificationBroker.getCurrentMessage(GetCurrentMessage getCurrentMessageRequest) |
SubscribeResponse |
AbstractNotificationBroker.handleSubscribe(Subscribe subscribeRequest,
EndpointManager manager) |
SubscribeResponse |
AbstractNotificationBroker.subscribe(Subscribe subscribeRequest) |
protected void |
AbstractSubscription.validateSubscription(Subscribe subscribeRequest) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JbiSubscription.validateSubscription(Subscribe subscribeRequest) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JmsSubscription.validateSubscription(Subscribe subscribeRequest) |
| Modifier and Type | Method and Description |
|---|---|
GetCurrentMessageResponse |
NotificationBroker.getCurrentMessage(GetCurrentMessage getCurrentMessageRequest) |
SubscribeResponse |
NotificationBroker.subscribe(Subscribe subscribeRequest) |
| Modifier and Type | Method and Description |
|---|---|
GetCurrentMessageResponse |
NotificationProducer.getCurrentMessage(GetCurrentMessage getCurrentMessageRequest) |
SubscribeResponse |
NotificationProducer.subscribe(Subscribe subscribeRequest) |
Copyright © 2005-2014 FuseSource. All Rights Reserved.