org.apache.axis.deployment.wsdd
Class WSDDParameter
java.lang.Object
|
+--org.apache.axis.deployment.wsdd.WSDDElement
|
+--org.apache.axis.deployment.wsdd.WSDDParameter
- All Implemented Interfaces:
- java.io.Serializable
- public class WSDDParameter
- extends WSDDElement
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDDParameter
public WSDDParameter(org.w3c.dom.Element e,
OperationDesc parent)
throws WSDDException
WSDDParameter
public WSDDParameter()
WSDDParameter
public WSDDParameter(ParameterDesc parameter)
writeToContext
public void writeToContext(SerializationContext context)
throws java.io.IOException
- Write this element out to a SerializationContext
- Overrides:
writeToContext
in class WSDDElement
getParameter
public ParameterDesc getParameter()
setParameter
public void setParameter(ParameterDesc parameter)
getElementName
protected QName getElementName()
- Return the element name of a particular subclass.
- Overrides:
getElementName
in class WSDDElement
Copyright © 2001 Apache XML Project. All Rights Reserved.