|
||||||||||
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.WSDDDocumentation
public class WSDDDocumentation
represents a WSDD documentation All WSDDElement can have a documentation but it is used only for Services, Operations and Parameters for now
Field Summary |
---|
Constructor Summary | |
---|---|
WSDDDocumentation(org.w3c.dom.Element e)
|
|
WSDDDocumentation(java.lang.String value)
|
Method Summary | |
---|---|
protected QName |
getElementName()
the documentation |
java.lang.String |
getValue()
get the documentation |
void |
setValue(java.lang.String value)
set the documentation |
void |
writeToContext(SerializationContext context)
Write this element out to a SerializationContext |
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 WSDDDocumentation(java.lang.String value)
public WSDDDocumentation(org.w3c.dom.Element e) throws WSDDException
e
- (Element) XXX
WSDDException
- XXXMethod Detail |
---|
protected QName getElementName()
getElementName
in class WSDDElement
public java.lang.String getValue()
public void setValue(java.lang.String value)
public void writeToContext(SerializationContext context) throws java.io.IOException
writeToContext
in class WSDDElement
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |