org.apache.axis.deployment.wsdd

Class WSDDDocumentation

public class WSDDDocumentation extends WSDDElement

represents a WSDD documentation All WSDDElement can have a documentation but it is used only for Services, Operations and Parameters for now
Constructor Summary
WSDDDocumentation(String value)
WSDDDocumentation(Element e)
Method Summary
protected QNamegetElementName()
the documentation
StringgetValue()
get the documentation
voidsetValue(String value)
set the documentation
voidwriteToContext(SerializationContext context)
Write this element out to a SerializationContext

Constructor Detail

WSDDDocumentation

public WSDDDocumentation(String value)

WSDDDocumentation

public WSDDDocumentation(Element e)

Parameters: e (Element) XXX

Throws: WSDDException XXX

Method Detail

getElementName

protected QName getElementName()
the documentation

getValue

public String getValue()
get the documentation

setValue

public void setValue(String value)
set the documentation

writeToContext

public void writeToContext(SerializationContext context)
Write this element out to a SerializationContext
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.