org.apache.axis.deployment.wsdd
public class WSDDArrayMapping extends WSDDTypeMapping
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 QName | getElementName() |
QName | getInnerType() |
void | writeToContext(SerializationContext context) |
Returns: Returns the innerType.