public class XmlSerializer_Axis11 extends Object implements org.apache.axis.encoding.Serializer
XMLizable object.
This class works only under Axis v1.1.
| Constructor and Description |
|---|
XmlSerializer_Axis11() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMechanismType() |
void |
serialize(QName name,
Attributes attributes,
Object value,
org.apache.axis.encoding.SerializationContext context)
Serialize an element named name, with the indicated attributes and value.
|
Element |
writeSchema(Class javaType,
org.apache.axis.wsdl.fromJava.Types types)
Write schema.
|
public void serialize(QName name, Attributes attributes, Object value, org.apache.axis.encoding.SerializationContext context) throws IOException
name - is the element nameattributes - are the attributes...serializer is free to add more.value - is the valuecontext - is the SerializationContextIOException - Signals that an I/O exception has occurred.public String getMechanismType()
getMechanismType in interface javax.xml.rpc.encoding.Serializerpublic Element writeSchema(Class javaType, org.apache.axis.wsdl.fromJava.Types types) throws Exception
javaType - the java typetypes - the typesException - the exceptionSerializer.writeSchema(java.lang.Class,
org.apache.axis.wsdl.fromJava.Types)Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.