org.globus.wsrf.encoding
Class AnyListSerializer

java.lang.Object
  extended by org.globus.wsrf.encoding.AnyListSerializer
All Implemented Interfaces:
java.io.Serializable, javax.xml.rpc.encoding.Serializer

public class AnyListSerializer
extends java.lang.Object
implements org.apache.axis.encoding.Serializer

See Also:
Serialized Form

Field Summary
(package private) static org.apache.commons.logging.Log logger
           
 
Constructor Summary
AnyListSerializer()
           
 
Method Summary
 java.lang.String getMechanismType()
           
 void serialize(javax.xml.namespace.QName name, org.xml.sax.Attributes attributes, java.lang.Object obj, org.apache.axis.encoding.SerializationContext context)
           
 org.w3c.dom.Element writeSchema(java.lang.Class aClass, 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
 

Field Detail

logger

static org.apache.commons.logging.Log logger
Constructor Detail

AnyListSerializer

public AnyListSerializer()
Method Detail

serialize

public void serialize(javax.xml.namespace.QName name,
                      org.xml.sax.Attributes attributes,
                      java.lang.Object obj,
                      org.apache.axis.encoding.SerializationContext context)
               throws java.io.IOException
Throws:
java.io.IOException

writeSchema

public org.w3c.dom.Element writeSchema(java.lang.Class aClass,
                                       org.apache.axis.wsdl.fromJava.Types types)
                                throws java.lang.Exception
Throws:
java.lang.Exception

getMechanismType

public java.lang.String getMechanismType()
Specified by:
getMechanismType in interface javax.xml.rpc.encoding.Serializer