Class WSDDArrayMapping

All Implemented Interfaces:
Serializable

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"/>
See Also: