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

java.lang.Object
  extended by org.ow2.jonas.generators.wsgen.generator.axis.VcTypeMapping
      extended by org.ow2.jonas.generators.wsgen.generator.axis.VcArrayMapping

public class VcArrayMapping
extends VcTypeMapping

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

Author:
Guillaume SAUTHIER

Constructor Summary
VcArrayMapping(QName xml, String name)
          Create a VcArrayMapping holding arrayMapping 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

VcArrayMapping

public VcArrayMapping(QName xml,
                      String name)
Create a VcArrayMapping holding arrayMapping information.

Parameters:
xml - XML Qname of the Array type
name - Java name of the Array 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.