READ Free Dumps For Oracle- 1z0-897
Question ID 4516 | Given the resource class: |
Option A | A. WebResource resource = client.resource("/res/value"); Value val = |
Option B | B. WebResource resource = client.resource("/res/value"); Value val = |
Option C | C. WebResource resource = client.resource("/res"); |
Option D | D. WebResource resource = client.resource("/res/value"); Value val = resource.get(Value.class); |
Correct Answer | A |
Question ID 4517 | Which of the following is NOT a correct way of configuring handlers on a Web Service client ? (Choose one) |
Option A | A. Specify the handlers in jaxws-catalog.xml and make it available in the classpath of the client |
Option B | B. Create a handlerchain as list of handlers and call setHandlerChain() with that list on the Binding object. |
Option C | C. Programmatically configure the handlers by setting a custom HandlerResolver on the service instance and create proxies from that service. |
Option D | D. Specify handlers in handler chain configuration XML file and add @HandlerChain referencing handler configuration file to the Web Service references for clients running in JavaEE Container. |
Correct Answer | A |