public class ComponentDestinationDataProvider extends Object
Modifier and Type | Class and Description |
---|---|
class |
ComponentDestinationDataProvider.DestinationDataListener
Forwards change notifications from destination data to any
destination data listener.
|
class |
ComponentDestinationDataProvider.DestinationDataStoreListener
Forwards change notifications from destination data store to any
destination data listener.
|
Modifier and Type | Field and Description |
---|---|
protected DestinationDataEventListener |
destinationDataEventListener
The cached value of the '
Destination Data Listener ' attribute. |
static ComponentDestinationDataProvider |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
addDestinationDataStore(org.fusesource.camel.component.sap.model.rfc.DestinationDataStore store) |
Properties |
getDestinationProperties(String destinationName) |
void |
removeDestinationDataStore(org.fusesource.camel.component.sap.model.rfc.DestinationDataStore store) |
void |
setDestinationDataEventListener(DestinationDataEventListener destinationDataEventListener) |
boolean |
supportsEvents() |
public static final ComponentDestinationDataProvider INSTANCE
protected DestinationDataEventListener destinationDataEventListener
Destination Data Listener
' attribute.public void addDestinationDataStore(org.fusesource.camel.component.sap.model.rfc.DestinationDataStore store)
store
- public void removeDestinationDataStore(org.fusesource.camel.component.sap.model.rfc.DestinationDataStore store)
public Properties getDestinationProperties(String destinationName)
public void setDestinationDataEventListener(DestinationDataEventListener destinationDataEventListener)
public boolean supportsEvents()
Apache Camel