IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > Adapter Toolkit > Use the Resource Adapter Deployment Descriptor editor > Displaying the deployment descriptor

Use the Inbound Adapter pane

The Inbound Adapter pane displays information that is stored in the <inbound-resourceadapter> element of the ra.xml file.

You can navigate to this pane by clicking InboundResourceAdapter in the Components section of the Overview pane or by clicking the Inbound Adapter tab at the bottom of the pane.

The Inbound Adapter pane contains a Message Listeners section.

Inbound Resource Adapter pane

The Message Listeners section allows you to specify message listeners for inbound event processing. Specify a MessageListener type and an Activation Spec class. Clicking the Add button under the list of Message Listeners on the left side of the editor displays the following dialog box.

Add Message Listener dialog

Once a message listener is defined all properties inherited by the specified ActivationSpecWithXid are shown in the properties list directly under the ActivationSpecWithXid Class.

You can specify default values and descriptions for these inherited properties. In addition, you can add, update, or delete your own user-defined configuration properties using the Add, Edit, or Remove buttons on the right side of the editor.

Add Required Config Property dialog

When you add, modify, or delete user-defined properties in this section, the editor creates (or removes) the corresponding JavaBeans properties in your code. See Modify properties.

Displaying the deployment descriptor


Related tasks:

Use the Overview pane

Use the Resource Adapter pane

Use the Outbound Adapter pane