102.3. Configuration Overview


Overview

The SAP component maintains three maps to store destination data, server data and repository data. The component’s property, destinationDataStore, stores destination data keyed by destination name, the property, serverDataStore, stores server data keyed by server name and the property, repositoryDataStore, stores repository data keyed by repository name. These configurations must be passed to the component during its initialization.

Example

<bean id="sap" class="org.fusesource.camel.component.sap.SAPComponent">
    <property name="destinationDataStore">
        <map>
            <entry key="nplDest" value-ref="nplDestinationData" />
        </map>
    </property>
    <property name="serverDataStore">
        <map>
            <entry key="nplServer" value-ref="nplServerData" />
        </map>
    </property>
    <property name="repositoryDataStore">
        <map>
            <entry key="nplServer" value-ref="nplRepositoryData"/>
        </map>
    </property>
</bean>
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.