public class SapConnectionConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
protected org.fusesource.camel.component.sap.model.rfc.DestinationDataStore |
destinationDataStore |
protected org.fusesource.camel.component.sap.model.rfc.RepositoryDataStore |
repositoryDataStore |
protected org.fusesource.camel.component.sap.model.rfc.ServerDataStore |
serverDataStore |
Constructor and Description |
---|
SapConnectionConfiguration() |
Modifier and Type | Method and Description |
---|---|
Map<String,org.fusesource.camel.component.sap.model.rfc.DestinationData> |
getDestinationDataStore() |
Map<String,org.fusesource.camel.component.sap.model.rfc.RepositoryData> |
getRepositoryDataStore() |
Map<String,org.fusesource.camel.component.sap.model.rfc.ServerData> |
getServerDataStore() |
void |
setDestinationDataStore(Map<String,org.fusesource.camel.component.sap.model.rfc.DestinationData> destinationDataEntries) |
void |
setRepositoryDataStore(Map<String,org.fusesource.camel.component.sap.model.rfc.RepositoryData> repositoryDataEntries) |
void |
setServerDataStore(Map<String,org.fusesource.camel.component.sap.model.rfc.ServerData> serverDataEntries) |
protected final org.fusesource.camel.component.sap.model.rfc.DestinationDataStore destinationDataStore
protected final org.fusesource.camel.component.sap.model.rfc.ServerDataStore serverDataStore
protected final org.fusesource.camel.component.sap.model.rfc.RepositoryDataStore repositoryDataStore
public Map<String,org.fusesource.camel.component.sap.model.rfc.DestinationData> getDestinationDataStore()
public void setDestinationDataStore(Map<String,org.fusesource.camel.component.sap.model.rfc.DestinationData> destinationDataEntries)
public Map<String,org.fusesource.camel.component.sap.model.rfc.ServerData> getServerDataStore()
public void setServerDataStore(Map<String,org.fusesource.camel.component.sap.model.rfc.ServerData> serverDataEntries)
public Map<String,org.fusesource.camel.component.sap.model.rfc.RepositoryData> getRepositoryDataStore()
Apache Camel