org.apache.axis.deployment.wsdd
Class WSDDHandler

java.lang.Object
  |
  +--org.apache.axis.deployment.wsdd.WSDDElement
        |
        +--org.apache.axis.deployment.wsdd.WSDDDeployableItem
              |
              +--org.apache.axis.deployment.wsdd.WSDDHandler
All Implemented Interfaces:
DeployableItem, java.io.Serializable
Direct Known Subclasses:
WSDDChain

public class WSDDHandler
extends WSDDDeployableItem

See Also:
Serialized Form

Fields inherited from class org.apache.axis.deployment.wsdd.WSDDDeployableItem
SCOPE_PER_ACCESS, SCOPE_PER_REQUEST, SCOPE_SINGLETON, scopeStrings
 
Constructor Summary
WSDDHandler()
          Default constructor
WSDDHandler(org.w3c.dom.Element e)
           
 
Method Summary
 void deployToRegistry(DeploymentRegistry registry)
           
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.WSDDDeployableItem
getInstance, getJavaClass, getParameter, getParametersTable, getQName, getType, makeNewInstance, removeParameter, setName, setOptionsHashtable, setParameter, setQName, setType, writeParamsToContext
 
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

WSDDHandler

public WSDDHandler()
Default constructor

WSDDHandler

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

getElementName

protected QName getElementName()
Description copied from class: WSDDElement
Return the element name of a particular subclass.
Overrides:
getElementName in class WSDDElement

writeToContext

public void writeToContext(SerializationContext context)
                    throws java.io.IOException
Description copied from class: WSDDElement
Write this element out to a SerializationContext
Overrides:
writeToContext in class WSDDElement

deployToRegistry

public void deployToRegistry(DeploymentRegistry registry)
                      throws DeploymentException


Copyright © 2001 Apache XML Project. All Rights Reserved.