org.globus.ogsa.encoding
Class AnySerializer
java.lang.Object
org.globus.ogsa.encoding.AnySerializer
- All Implemented Interfaces:
- java.io.Serializable, javax.xml.rpc.encoding.Serializer, org.apache.axis.encoding.Serializer
- public class AnySerializer
- extends java.lang.Object
- implements org.apache.axis.encoding.Serializer
Serializer for Any MessageElements
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getMechanismType()
|
void |
serialize(javax.xml.namespace.QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
org.apache.axis.encoding.SerializationContext context)
|
org.w3c.dom.Element |
writeSchema(java.lang.Class javaclass,
org.apache.axis.wsdl.fromJava.Types types)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnySerializer
public AnySerializer()
serialize
public void serialize(javax.xml.namespace.QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
org.apache.axis.encoding.SerializationContext context)
throws java.io.IOException
- Specified by:
serialize
in interface org.apache.axis.encoding.Serializer
- Throws:
java.io.IOException
getMechanismType
public java.lang.String getMechanismType()
- Specified by:
getMechanismType
in interface javax.xml.rpc.encoding.Serializer
writeSchema
public org.w3c.dom.Element writeSchema(java.lang.Class javaclass,
org.apache.axis.wsdl.fromJava.Types types)
throws java.lang.Exception
- Specified by:
writeSchema
in interface org.apache.axis.encoding.Serializer
- Throws:
java.lang.Exception
Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.