Google News
logo
Web Services - Quiz(MCQ)
Spring provides a factory that can export beans annotated with___
A)
javax.jws.WebService
B)
javax.jws.WebServiceProvider
C)
Both (A) and (B)
D)
None of the above

Correct Answer :   Both (A) and (B)


Explanation : Spring provides a factory that can export beans annotated with javax.jws.WebService or javax.jws.WebServiceProvider inside the Spring context and then publishes the services using the JAX-WS runtime.

Advertisement