Class XmlDeserializer

    • Constructor Detail

      • XmlDeserializer

        public XmlDeserializer()
    • Method Detail

      • onStartChild

        public org.apache.axis.message.SOAPHandler onStartChild​(String namespace,
                                                                String localName,
                                                                String prefix,
                                                                Attributes attributes,
                                                                org.apache.axis.encoding.DeserializationContext context)
                                                         throws SAXException
        This method is invoked when an element start tag is encountered.
        Specified by:
        onStartChild in interface org.apache.axis.encoding.Deserializer
        Overrides:
        onStartChild in class org.apache.axis.encoding.DeserializerImpl
        Parameters:
        namespace - is the namespace of the element
        localName - is the name of the element
        prefix - is the element's prefix
        attributes - are the attributes on the element...used to get the type
        context - is the DeserializationContext
        Throws:
        SAXException
      • onStartElement

        public void onStartElement​(String arg0,
                                   String arg1,
                                   String arg2,
                                   Attributes arg3,
                                   org.apache.axis.encoding.DeserializationContext arg4)
                            throws SAXException
        Specified by:
        onStartElement in interface org.apache.axis.encoding.Deserializer
        Overrides:
        onStartElement in class org.apache.axis.encoding.DeserializerImpl
        Throws:
        SAXException
        See Also:
        SOAPHandler.onStartChild(String, String, String, Attributes, DeserializationContext)
      • onEndElement

        public void onEndElement​(String arg0,
                                 String arg1,
                                 org.apache.axis.encoding.DeserializationContext arg2)
                          throws SAXException
        Specified by:
        onEndElement in interface org.apache.axis.encoding.Deserializer
        Overrides:
        onEndElement in class org.apache.axis.encoding.DeserializerImpl
        Throws:
        SAXException
        See Also:
        Deserializer.onEndElement(java.lang.String, java.lang.String, org.apache.axis.encoding.DeserializationContext)
      • valueComplete

        public void valueComplete()
                           throws SAXException
        Specified by:
        valueComplete in interface org.apache.axis.encoding.Deserializer
        Overrides:
        valueComplete in class org.apache.axis.encoding.DeserializerImpl
        Throws:
        SAXException
        See Also:
        Deserializer.valueComplete()