nerdexam
Oracle

1Z0-897 · Question #58

Which of the following is NOT a correct way of configuring handlers on a Web Service client? (Choose one)

The correct answer is A. Specify the handlers in jaxws-catalog.xml and make it available in the classpath of the client. See the full explanation below for the reasoning.

Question

Which of the following is NOT a correct way of configuring handlers on a Web Service client? (Choose one)

Options

  • ASpecify the handlers in jaxws-catalog.xml and make it available in the classpath of the client
  • BCreate a handlerchain as list of handlers and call setHandlerChain() with that list on the Binding object.
  • CProgrammatically configure the handlers by setting a custom HandlerResolver on the service instance
  • DSpecify handlers in handler chain configuration XML file and add @HandlerChain referencing handler

How the community answered

(22 responses)
  • A
    73% (16)
  • B
    5% (1)
  • C
    9% (2)
  • D
    14% (3)

Community Discussion

No community discussion yet for this question.

Full 1Z0-897 Practice