Invokes the handler. If the handler processes the current element it needs to parse past the end tag of that element before returning.
@param context the context of the current message being received
@param xmlReader a reader for the XML message positioned at the start of the XML content for which the handler isconfigured
@return the object the handler has read from the XML content, or null if the handler has not processed the XML content
@throws IOException on I/O error reading the XML content
@throws WsException on errors other than I/O errors
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.