net.sf.crispy.impl.jaxrpc.serializer
Class CharacterSerializer

java.lang.Object
  extended bynet.sf.crispy.impl.jaxrpc.serializer.CharacterSerializer
All Implemented Interfaces:
java.io.Serializable, javax.xml.rpc.encoding.Serializer, org.apache.axis.encoding.Serializer

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

See Also:
Serialized Form

Constructor Summary
CharacterSerializer()
           
 
Method Summary
 java.lang.String getMechanismType()
           
 java.lang.String getValueAsString(java.lang.Object pvValue, org.apache.axis.encoding.SerializationContext pvContext)
           
 void serialize(javax.xml.namespace.QName pvQName, org.xml.sax.Attributes pvAttributes, java.lang.Object pvValue, org.apache.axis.encoding.SerializationContext pvContext)
           
 org.w3c.dom.Element writeSchema(java.lang.Class pvClass, org.apache.axis.wsdl.fromJava.Types pvTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharacterSerializer

public CharacterSerializer()
Method Detail

serialize

public void serialize(javax.xml.namespace.QName pvQName,
                      org.xml.sax.Attributes pvAttributes,
                      java.lang.Object pvValue,
                      org.apache.axis.encoding.SerializationContext pvContext)
               throws java.io.IOException
Specified by:
serialize in interface org.apache.axis.encoding.Serializer
Throws:
java.io.IOException

writeSchema

public org.w3c.dom.Element writeSchema(java.lang.Class pvClass,
                                       org.apache.axis.wsdl.fromJava.Types pvTypes)
                                throws java.lang.Exception
Specified by:
writeSchema in interface org.apache.axis.encoding.Serializer
Throws:
java.lang.Exception

getMechanismType

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

getValueAsString

public java.lang.String getValueAsString(java.lang.Object pvValue,
                                         org.apache.axis.encoding.SerializationContext pvContext)


Copyright © 2005-2006 Crispy. All Rights Reserved.