Which of the following is NOT true about configuring handlers on a Web Service endpoint? (Choose one)
A.
EE container automatically processes the handlers packaged in the application and configures it on the applicable endpoint
B.
Handlers can be configured using @HandlerChain annotation on endpoints configured with @WebService
C.
Handlers can be configured using @HandlerChain annotation on endpoints configured with @WebServiceProvider
D.
Handlers can be configured for endpoints in the deployment descriptor (webservices.xml)
B C D