11.1 Available Interfaces
VelocityMethodExtension
In order to use it in velocity templates, processInput method needs to be called.
Syntax: $custom.processInput(String implementationName, Object... args)
Here, implementationName is mandatory if multiple implementations are present.
SoapOutInterceptorExtension
This interface is for processing the unmarshalled messsage data.
Note:
During PRE_LOGICAL and PRE_LOGICAL ENDING phases, the interceptions will be made automatically if the implementation is present.Parent topic: Hookpoints