Class com.ibm.commerce.messaging.commandmapper.xml. ECSAXHandler

The superclass changed from org.xml.sax.HandlerBase to org.xml.sax.helpers.DefaultHandler.
Changed Methods
void  endElement (String, String, String) Change in signature from String to (String, String, String).
Handles the end of an element.
void  processAttribute (ElementInfo, Attributes) Change in signature from (ElementInfo, AttributeList) to (ElementInfo, Attributes).
Processes the element's attributes.
void  startElement (String, String, String, Attributes) Change in signature from (String, AttributeList) to (String, String, String, Attributes).
Processes the start element.