org.objectweb.jonas_ws.wsgen.generator.axis
Class VcBeanMapping

java.lang.Object
  extended by org.objectweb.jonas_ws.wsgen.generator.axis.VcTypeMapping
      extended by org.objectweb.jonas_ws.wsgen.generator.axis.VcBeanMapping

public class VcBeanMapping
extends VcTypeMapping

Member of a VelocityContext. Contains information used to create a beanMapping WSDD tag.

Author:
Guillaume SAUTHIER

Constructor Summary
VcBeanMapping(javax.xml.namespace.QName xml, java.lang.String name)
          Create a VcBeanMapping holding typeMapping information.
 
Method Summary
 java.lang.String getDeserializerFactory()
           
 java.lang.String getSerializerFactory()
           
 
Methods inherited from class org.objectweb.jonas_ws.wsgen.generator.axis.VcTypeMapping
getClassname, getEncodingStyle, getLocalPart, getNamespaceURI, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VcBeanMapping

public VcBeanMapping(javax.xml.namespace.QName xml,
                     java.lang.String name)
Create a VcBeanMapping holding typeMapping information.

Parameters:
xml - XML Qname of the type
name - Java name of the type
Method Detail

getSerializerFactory

public java.lang.String getSerializerFactory()
Specified by:
getSerializerFactory in class VcTypeMapping
Returns:
Returns the serializer factory for the mapping

getDeserializerFactory

public java.lang.String getDeserializerFactory()
Specified by:
getDeserializerFactory in class VcTypeMapping
Returns:
Returns the deserializer factory for the mapping