What does the <service-name-pattern> element in the following set of XML statements do:
A.
Applies the handlers specified in the <handler-chain> element to all the services with
targetNamespace http://example.com/handlers.
B.
Applies the handlers specified in the <handler-chain> element to all services whose name is
Hello*.
C.
Applies the handlers specified in the <handler-chain> element to all services whose names
begin with Hello.
D.
Applies the handlers in the specified in the <handler-chain> element to the service whose name
begins with Hello and targetNamespace is http://example.com/handlers.
Explanation: