1 55 56 57 package org.jboss.axis.encoding; 58 59 import org.jboss.axis.wsdl.fromJava.Types; 60 import org.w3c.dom.Element ; 61 import org.xml.sax.Attributes ; 62 63 import javax.xml.namespace.QName ; 64 import java.io.IOException ; 65 66 78 public interface Serializer extends javax.xml.rpc.encoding.Serializer  79 { 80 89 public void serialize(QName name, Attributes attributes, 90 Object value, SerializationContext context) 91 throws IOException ; 92 93 104 public Element writeSchema(Class javaType, Types types) throws Exception ; 105 } 106 107 108 | Popular Tags |