Page 1 of 1

About Question enthuware.ocejws.v6.2.111 :

Posted: Sat Aug 01, 2015 4:13 pm
by resolve123
regarding question

Handlers can be configured on the client as well as on the server side. Which of the following statements are correct about the configuration of client side handlers?

one of the answer is

They can be set on the Service instance by using the @HandlerChain annotation.

can you give any example of this. As I know @HandlerChain can be used only on server side at service class.

Re: About Question enthuware.ocejws.v6.2.111 :

Posted: Mon Aug 03, 2015 11:07 am
by fjwalraven

Re: About Question enthuware.ocejws.v6.2.111 :

Posted: Wed Nov 11, 2015 8:58 am
by ramy6_1
Hello ,

I believe the provided URL give example of using @HandlerChain at server side.

Re: About Question enthuware.ocejws.v6.2.111 :

Posted: Wed Nov 11, 2015 9:45 am
by fjwalraven
For both server and client implementations of handlers using the @HandlerChain annotation, you must specify the location of the handler configuration as either a relative path from the annotated file or as an absolute URL.

Configure the client handlers by setting the @HandlerChain annotation on the service instance or service endpoint interface, or you can modify the handler chain programmatically to control how the handler chain is built in the runtime.