Class BinaryDeserializer

    • Constructor Detail

      • BinaryDeserializer

        public BinaryDeserializer()
    • Method Detail

      • startElement

        public void startElement​(String namespace,
                                 String localName,
                                 String prefix,
                                 Attributes attributes,
                                 org.apache.axis.encoding.DeserializationContext context)
                          throws SAXException
        Specified by:
        startElement in interface org.apache.axis.encoding.Deserializer
        Overrides:
        startElement in class org.apache.axis.encoding.DeserializerImpl
        Throws:
        SAXException
      • onStartElement

        public void onStartElement​(String namespace,
                                   String localName,
                                   String prefix,
                                   Attributes attributes,
                                   org.apache.axis.encoding.DeserializationContext context)
                            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)