Q.1.
The concept of an endpoint in web services is much like that of a controller in web applications.
Q.2.
Spring-WS provides various abstract endpoint classes for you to process the request.
Q.3.
Endpoint Classes for DOM:-
Q.4.
Endpoint Classes for JDOM:-
Q.5.
Endpoint Classes for dom4j:-
Q.6.
Endpoint Classes for XOM:-
Q.7.
Endpoint Classes for SAX:-
Q.8.
Endpoint Classes for Event-based StAX:-
Q.9.
Endpoint Classes for Streaming StAX :-
Q.10.
Endpoint Classes for XML marshalling :-
Q.11.
If you need to get access to the entire SOAP message, you should write an endpoint class by implementing:-
Q.12.
You can create a domendpoint by extending the:-
Q.13.
In this method, you can access the request XML element, whose type is org.dom4j.Element, and the response document, whose type is org.dom4j.Document, as method arguments.
Q.14.
Web services can be invoked through the core template class:-
Q.15.
WebServiceTemplate provides a sendSourceAndReceiveToResult() method that accepts arguments:-