com.openharbor.beck.apache.axis
Class BeckSerializer
java.lang.Object
   com.openharbor.beck.apache.axis.BeckSerializer
com.openharbor.beck.apache.axis.BeckSerializer
- All Implemented Interfaces: 
- java.io.Serializable, org.apache.axis.encoding.Serializer, javax.xml.rpc.encoding.Serializer
- public class BeckSerializer- extends java.lang.Object- implements org.apache.axis.encoding.Serializer
- 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 javaType,
            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 | 
 
MECHANISM_TYPE
public static final java.lang.String MECHANISM_TYPE
- See Also:
- Constant Field Values
log
protected final org.apache.commons.logging.Log log
writer
protected ObjectXMLWriter writer
BeckSerializer
public BeckSerializer(MapToXML.Source mapperSource)
               throws java.lang.Exception
getMechanismType
public java.lang.String getMechanismType()
- 
- Specified by:
- getMechanismTypein interface- javax.xml.rpc.encoding.Serializer
 
- 
 
writeSchema
public org.w3c.dom.Element writeSchema(java.lang.Class javaType,
                                       org.apache.axis.wsdl.fromJava.Types types)
                                throws java.lang.Exception
- 
- Specified by:
- writeSchemain interface- org.apache.axis.encoding.Serializer
 
- 
- Throws:
- java.lang.Exception
 
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:
- serializein interface- org.apache.axis.encoding.Serializer
 
- 
- Throws:
- java.io.IOException