SOAP.registerEventUri()
Signature
void registerEventUri(String eventUri, String destinationUri, String serviceName, String soapAction, String preprocessor)
Description
Associates an event type to a given input destination, target service, and SOAP action. This is used by some SOAP deserializers to generate events of specific types, instead of using the default event type resolution mechanisms.
Parameters
Name | Type | Description |
eventUri | String | Path of an event type in the project. |
destinationUri | String | Path of the BusinessEvents destination receiving the message. If empty, matches all destinations. |
serviceName | String | (Optional) name of the target service declared in the message received. If empty, matches all service names. |
soapAction | String | (Optional) value of the soapAction parameter in the message received. |
preprocessor | String | (Optional) path to a preprocessor RuleFunction. |