abstract protected Element | invokeInternal(Element requestElement, Document responseDocument) Template method that subclasses must implement to process the request.
Offers the request payload as a DOM Element , and allows subclasses to return a response
Element .
The given DOM Document is to be used for constructing Node s, by using the various
create methods.
Parameters: requestElement - the contents of the SOAP message as DOM elements Parameters: responseDocument - a DOM document to be used for constructing Node s the response element. |