| Package | Description |
|---|---|
| org.bedework.synch.shared | |
| org.bedework.synch.shared.cnctrs |
| Modifier and Type | Method and Description |
|---|---|
void |
SynchEngine.handleNotifications(Connector.NotificationBatch<Notification> notes)
Processes a batch of notifications.
|
| Modifier and Type | Method and Description |
|---|---|
Connector.NotificationBatch<N> |
Connector.handleCallback(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
List<String> resourceUri)
Will create a notification batch object which will be passed to a synchling for
processing.
|
Connector.NotificationBatch<TN> |
AbstractConnector.handleCallback(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
List<String> resourceUri) |
| Modifier and Type | Method and Description |
|---|---|
void |
Connector.respondCallback(javax.servlet.http.HttpServletResponse resp,
Connector.NotificationBatch<N> notifications)
Will respond to a notification.
|
void |
AbstractConnector.respondCallback(javax.servlet.http.HttpServletResponse resp,
Connector.NotificationBatch<TN> notifications) |
Copyright © 2018 Bedework. All rights reserved.