Multiple choice technology architecture

In order to develop a JAX-RPC Handler – The Class we are creating needs to implement which interface?

  1. java.lang.Annotation.

  2. javax.xml.rpc.handler.Handler.

  3. java.util.Map

  4. java.lang.Runnable.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

When developing a JAX-RPC Handler, the class must implement the javax.xml.rpc.handler.Handler interface. This interface defines the methods required for processing SOAP message handlers.