Which statement is TRUE?

A.
Returning true from the handleMessage() method tells the JAX-WS runtime that processing of the handler
chain should end.
B.
Returning true from the handleMessage() method tells the JAX-WS runtime that processing should move
to the next handler in the chain
C.
The handleMessage() method should be replaced by handleRequest() and handleResponse() methods for
a JAX-WS runtime
D.
The signature of handleMessage should be
public void handleMessage(LogicalMessageContext context)