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

Fields inherited from class org.apache.axis.deployment.wsdd.WSDDElement
children, element
 
Constructor Summary
WSDDOperation(org.w3c.dom.Element e)
           
 
Method Summary
 java.lang.String getName()
           
 QName getQName()
           
 
Methods inherited from class org.apache.axis.deployment.wsdd.WSDDElement
getElement
 
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
Method Detail

getName

public java.lang.String getName()

getQName

public QName getQName()


Copyright © 2001 Apache XML Project. All Rights Reserved.