Examples of SAPComponent


Examples of org.fusesource.camel.component.sap.SAPComponent

    @Named("sap")
    public SAPComponent create(
            @Named("destinationDataStore") Map<String,DestinationData> destinationDataStore,
            @Named("serverDataStore") Map<String,ServerData> serverDataStore,
            @Named("repositoryDataStore") Map<String,RepositoryData> repositoryDataStore ) {
        SAPComponent sap = new SAPComponent();
        sap.setDestinationDataStore(destinationDataStore);
        sap.setServerDataStore(serverDataStore);
        sap.setRepositoryDataStore(repositoryDataStore);
        return sap;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.