Create a custom compiler by using the IPropertyCompiler interface; for example, to encrypt a value before sending it to the server.
Before you start:
You must complete the following tasks:To test your property editor, see Testing a user-defined node.
To test your property compiler, deploy to a broker the flow that contains your user-defined node.
A custom property editor can use RAD or Eclipse APIs. When you migrate to a new version of WebSphere® Message Broker, your custom property editor might not work if the RAD or Eclipse APIs change. Update your property editor code to comply with the changed API.