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

See Also:
Serialized Form

Constructor Summary
WSDDOperation(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.WSDDElement
getChildElement, getChildElements, getDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDDOperation

public WSDDOperation(org.w3c.dom.Element e)
              throws WSDDException
Parameters:
e - (Element) XXX
Throws:
WSDDException - XXX
Method Detail

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


Copyright © 2001 Apache XML Project. All Rights Reserved.