名称和描述都是用户自定义的,但是类名称必须与您希望部署的处理程序的完整类名称(带有包名称)相匹配。
The name and description are user-defined, but the class name must match the full class name (with packages) of the handler you wish to deploy. In this case use
在相关的通道出口字段,输入通道出口类的完整名称,包括包。
In the relevant channel exit field, enter the full name of the channel exit class, including its package.
因为同一个类的多个方法可以使用相同的名称,所以jsp容器需要完整的签名来识别需要调用的方法。
Because multiple methods of the same class can have the same name, the JSP container needs the full signature to identify the method that must be called.
应用推荐