public interface ISyncUrlExtension
extends org.jumpmind.extension.IExtensionPoint
IExtensionPoint is used to select an appropriate URL based on
the URI provided in the sync_url column of sym_node.
To use this extension point configure the sync_url for a node with the
protocol of ext://beanName. The beanName is the name you give the extension
point in the extension xml file.HttpBandwidthUrlSelector| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
resolveUrl(java.net.URI url) |