org.apache.axis.deployment.wsdd
Class WSDDChain

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

public class WSDDChain
extends WSDDHandler
implements DeployableItem

WSDD chain element

Author:
James Snell
See Also:
Serialized Form

Fields inherited from class org.apache.axis.deployment.wsdd.WSDDElement
children, element
 
Constructor Summary
WSDDChain(org.w3c.dom.Element e)
           
 
Method Summary
 WSDDHandler getHandler(java.lang.String name)
           
 WSDDHandler[] getHandlers()
           
 java.lang.String getType()
           
 Handler newInstance(DeploymentRegistry registry)
          Creates a new instance of this Chain
 
Methods inherited from class org.apache.axis.deployment.wsdd.WSDDDeployableItem
getName, getParameter, getParameters, getParametersTable, 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
 
Methods inherited from interface org.apache.axis.deployment.DeployableItem
getQName
 

Constructor Detail

WSDDChain

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

getHandlers

public WSDDHandler[] getHandlers()

getHandler

public WSDDHandler getHandler(java.lang.String name)

getType

public java.lang.String getType()
Overrides:
getType in class WSDDHandler

newInstance

public Handler newInstance(DeploymentRegistry registry)
                    throws java.lang.Exception
Creates a new instance of this Chain
Specified by:
newInstance in interface DeployableItem
Overrides:
newInstance in class WSDDHandler


Copyright © 2001 Apache XML Project. All Rights Reserved.