|
||||||||||
| 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.WSDDBeanMapping
public class WSDDBeanMapping
A WSDDBeanMapping is simply a WSDDTypeMapping
which has preset values for the serializer and deserializer attributes.
This enables the following slightly simplified syntax when expressing
a bean mapping:
<beanMapping qname="prefix:local" languageSpecificType="java:class"/>
| Field Summary |
|---|
| Fields inherited from class org.apache.axis.deployment.wsdd.WSDDTypeMapping |
|---|
deserializer, encodingStyle, qname, ref, serializer, typeQName |
| Constructor Summary | |
|---|---|
WSDDBeanMapping()
Default constructor |
|
WSDDBeanMapping(org.w3c.dom.Element e)
|
|
| Method Summary | |
|---|---|
protected QName |
getElementName()
Return the element name of a particular subclass. |
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 WSDDBeanMapping()
public WSDDBeanMapping(org.w3c.dom.Element e)
throws WSDDException
WSDDException| Method Detail |
|---|
protected QName getElementName()
WSDDElement
getElementName in class WSDDTypeMapping
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 | |||||||||