Class BinarySerializer

    • Constructor Detail

      • BinarySerializer

        public BinarySerializer()
      • BinarySerializer

        public BinarySerializer​(boolean aUseAttachments)
    • Method Detail

      • serialize

        public void serialize​(QName name,
                              Attributes attributes,
                              Object value,
                              org.apache.axis.encoding.SerializationContext context)
                       throws IOException
        Serialize an element named name, with the indicated attributes and value.
        Specified by:
        serialize in interface org.apache.axis.encoding.Serializer
        Parameters:
        name - is the element name
        attributes - are the attributes...serializer is free to add more.
        value - is the value
        context - is the SerializationContext
        Throws:
        IOException
      • writeSchema

        public Element writeSchema​(Class javaType,
                                   org.apache.axis.wsdl.fromJava.Types types)
                            throws Exception
        Specified by:
        writeSchema in interface org.apache.axis.encoding.Serializer
        Throws:
        Exception
        See Also:
        Serializer.writeSchema(java.lang.Class, org.apache.axis.wsdl.fromJava.Types)