IBM Integration BusTM
JavaTM Plugin Node API

Package com.ibm.broker.plugin

This package provides the classes for creating a user-defined node.

See: Description

Package com.ibm.broker.plugin Description

This package provides the classes for creating a user-defined node.

A node is a basic building block designed to do some particular processing in response to each message in a message flow. The skeleton code required to create a user-defined node is shown on the MbNodeInterface page.

An input node is a special type of node and requires extra consideration for threading issues and transactional control. Input nodes are described on the MbInputNodeInterface page.

This package is also used by the Java Compute Node to access broker services, such as navigating and building message trees.

IBM Integration BusTM
JavaTM Plugin Node API