Search in sources :

Example 1 with SapSynchronousRfcServerComponent

use of org.fusesource.camel.component.sap.SapSynchronousRfcServerComponent in project quickstarts by jboss-switchyard.

the class CamelSAPComponentProducer method create.

@Produces
@Named("sap-srfc-server")
public SapSynchronousRfcServerComponent create(@Named("sap-configuration") SapConnectionConfiguration sapConfiguration, @Named("repositoryDataStore") Map<String, RepositoryData> repositoryDataStore) {
    SapSynchronousRfcServerComponent sap = new SapSynchronousRfcServerComponent();
    sap.setRepositoryDataStore(repositoryDataStore);
    return sap;
}
Also used : SapSynchronousRfcServerComponent(org.fusesource.camel.component.sap.SapSynchronousRfcServerComponent) Named(javax.inject.Named) Produces(javax.enterprise.inject.Produces)

Aggregations

Produces (javax.enterprise.inject.Produces)1 Named (javax.inject.Named)1 SapSynchronousRfcServerComponent (org.fusesource.camel.component.sap.SapSynchronousRfcServerComponent)1