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

java.lang.Object
  extended by org.objectweb.jonas_ws.wsgen.generator.axis.VcTypeMapping
      extended by org.objectweb.jonas_ws.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(javax.xml.namespace.QName xml, java.lang.String name)
          Create a VcArrayMapping holding arrayMapping 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

VcArrayMapping

public VcArrayMapping(javax.xml.namespace.QName xml,
                      java.lang.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 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