org.apache.axis.deployment.wsdd
Class WSDDOperation
java.lang.Object
|
+--org.apache.axis.deployment.wsdd.WSDDElement
|
+--org.apache.axis.deployment.wsdd.WSDDOperation
- All Implemented Interfaces:
- java.io.Serializable
- public class WSDDOperation
- extends WSDDElement
Parse the WSDD operation elements.
Example:
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDDOperation
public WSDDOperation(OperationDesc desc)
- Set operation descriptor
- Throws:
WSDDException
-
WSDDOperation
public WSDDOperation(org.w3c.dom.Element e,
ServiceDesc parent)
throws WSDDException
- Parameters:
e
- (Element) XXX- Throws:
WSDDException
- XXX
writeToContext
public void writeToContext(SerializationContext context)
throws java.io.IOException
- Write this element out to a SerializationContext
- Overrides:
writeToContext
in class WSDDElement
getElementName
protected QName getElementName()
- Description copied from class:
WSDDElement
- Return the element name of a particular subclass.
- Overrides:
getElementName
in class WSDDElement
getOperationDesc
public OperationDesc getOperationDesc()
Copyright © 2001 Apache XML Project. All Rights Reserved.