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

Constructor Summary
WSDDOperation(org.w3c.dom.Element e, ServiceDesc parent)
           
WSDDOperation(OperationDesc desc)
          Set operation descriptor
 
Method Summary
protected  QName getElementName()
          Return the element name of a particular subclass.
 OperationDesc getOperationDesc()
           
 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(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
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

getOperationDesc

public OperationDesc getOperationDesc()


Copyright © 2001 Apache XML Project. All Rights Reserved.