org.ow2.jonas.generators.wsgen.generator.axis
Class VcBeanMapping

java.lang.Object
  extended by org.ow2.jonas.generators.wsgen.generator.axis.VcTypeMapping
      extended by org.ow2.jonas.generators.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(QName xml, String name)
          Create a VcBeanMapping holding typeMapping information.
 
Method Summary
 String getDeserializerFactory()
           
 String getSerializerFactory()
           
 
Methods inherited from class org.ow2.jonas.generators.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(QName xml,
                     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 String getSerializerFactory()
Specified by:
getSerializerFactory in class VcTypeMapping
Returns:
Returns the serializer factory for the mapping

getDeserializerFactory

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


Copyright © 2010 OW2 Consortium. All Rights Reserved.