|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis.deployment.wsdd.WSDDConstants
org.apache.axis.deployment.wsdd.WSDDElement
org.apache.axis.deployment.wsdd.WSDDTypeMapping
org.apache.axis.deployment.wsdd.WSDDArrayMapping
public class WSDDArrayMapping
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"/>
| Field Summary |
|---|
| Fields inherited from class org.apache.axis.deployment.wsdd.WSDDTypeMapping |
|---|
deserializer, encodingStyle, qname, ref, serializer, typeQName |
| Constructor Summary | |
|---|---|
WSDDArrayMapping()
Default constructor |
|
WSDDArrayMapping(org.w3c.dom.Element e)
|
|
| Method Summary | |
|---|---|
protected QName |
getElementName()
Return the element name of a particular subclass. |
QName |
getInnerType()
|
void |
writeToContext(SerializationContext context)
Write this element out to a SerializationContext |
| Methods inherited from class org.apache.axis.deployment.wsdd.WSDDTypeMapping |
|---|
getDeserializer, getDeserializerName, getEncodingStyle, getLanguageSpecificType, getQName, getRef, getSerializer, getSerializerName, setDeserializer, setDeserializer, setEncodingStyle, setLanguageSpecificType, setLanguageSpecificType, setQName, setRef, setSerializer, setSerializer |
| Methods inherited from class org.apache.axis.deployment.wsdd.WSDDElement |
|---|
getChildElement, getChildElements |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSDDArrayMapping()
public WSDDArrayMapping(org.w3c.dom.Element e)
throws WSDDException
WSDDException| Method Detail |
|---|
protected QName getElementName()
WSDDElement
getElementName in class WSDDTypeMappingpublic QName getInnerType()
public void writeToContext(SerializationContext context)
throws java.io.IOException
WSDDTypeMapping
writeToContext in class WSDDTypeMappingjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||