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

Fields inherited from class org.apache.axis.deployment.wsdd.WSDDElement
children, element
 
Constructor Summary
WSDDParameter(org.w3c.dom.Element e)
           
 
Method Summary
 boolean getLocked()
           
 java.lang.String getName()
           
 java.lang.String getValue()
           
 
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

WSDDParameter

public WSDDParameter(org.w3c.dom.Element e)
              throws WSDDException
Method Detail

getName

public java.lang.String getName()

getLocked

public boolean getLocked()

getValue

public java.lang.String getValue()


Copyright © 2001 Apache XML Project. All Rights Reserved.