org.apache.axis.deployment.wsdd

Class WSDDArrayMapping

public class WSDDArrayMapping extends WSDDTypeMapping

A WSDDArrayMapping is simply a WSDDTypeMapping which has preset values for the serializer and deserializer attributes. This enables the following slightly simplified syntax when expressing an array mapping: <arrayMapping qname="prefix:local" languageSpecificType="java:class" innerType="prefix:local"/>
Constructor Summary
WSDDArrayMapping()
Default constructor
WSDDArrayMapping(Element e)
Method Summary
protected QNamegetElementName()
QNamegetInnerType()
voidwriteToContext(SerializationContext context)

Constructor Detail

WSDDArrayMapping

public WSDDArrayMapping()
Default constructor

WSDDArrayMapping

public WSDDArrayMapping(Element e)

Method Detail

getElementName

protected QName getElementName()

getInnerType

public QName getInnerType()

Returns: Returns the innerType.

writeToContext

public void writeToContext(SerializationContext context)
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.