| Package | Description |
|---|---|
| org.bedework.synch.shared | |
| org.bedework.synch.shared.cnctrs | |
| org.bedework.synch.shared.service |
| Modifier and Type | Method and Description |
|---|---|
Connector |
SynchEngine.getConnector(String id)
Return a registered connector with the given id.
|
Connector |
Subscription.getEndAConn() |
Connector |
Subscription.getEndBConn() |
| Modifier and Type | Method and Description |
|---|---|
void |
Subscription.setEndAConn(Connector val) |
void |
Subscription.setEndBConn(Connector val) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConnector<T,TI extends AbstractConnectorInstance,TN extends Notification,Tconf extends ConnectorConfigI,InfoT extends BaseSubscriptionInfo>
A special connector to handle calls to the synch engine via the web context.
|
| Modifier and Type | Method and Description |
|---|---|
Connector |
AbstractConnectorInstance.getConnector() |
Connector |
ConnectorInstance.getConnector() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractConnectorInstance.validateActiveSubInfo(org.bedework.synch.wsmessages.ActiveSubscriptionRequestType req,
org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType resp,
Connector cnctr,
BaseSubscriptionInfo info) |
boolean |
ConnectorInstance.validateActiveSubInfo(org.bedework.synch.wsmessages.ActiveSubscriptionRequestType req,
org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType resp,
Connector cnctr,
BaseSubscriptionInfo info)
Ensure active subscription info matches the subscription
|
protected boolean |
AbstractConnectorInstance.validateSubInfo(org.bedework.synch.wsmessages.SubscribeResponseType sr,
Connector cnctr,
BaseSubscriptionInfo info)
Ensure subscription info is valid
|
| Modifier and Type | Method and Description |
|---|---|
Connector |
SynchConnConf.getConnector() |
| Modifier and Type | Method and Description |
|---|---|
void |
SynchConnConf.setConnector(Connector val)
Embed the connector
|
Copyright © 2018 Bedework. All rights reserved.