Whenever the containing web server receives a request, before passing it on to the main web application it should called the {@link #handle(String,String,RequestHandlerRequest,RequestHandlerResponse)}method on all registered request handlers.
Implementations should examine the request based on the arguments provided and if they wish to process the request, do so and return true
.
Returning false signifies that the handler didnt handle the request and it should be passed on to the next handler (if any).
这是接口是被框架内部使用的,用来显示诸如错误页面等相关页面、图片的。应用程序通常不需要扩展此接口。
线程安全性:RequestHandler
对象可被多个request共享,所以必须注意线程安全问题。
Hold the Operation
and constructs the request header and the payload of the soap envilope based on the configuratoin in the SalesforceMedaitor
.
|
|
|
|
|
|
|
|