org.apache.axis.deployment.wsdd
Class WSDDTargetedChain
java.lang.Object
|
+--org.apache.axis.deployment.wsdd.WSDDElement
|
+--org.apache.axis.deployment.wsdd.WSDDDeployableItem
|
+--org.apache.axis.deployment.wsdd.WSDDTargetedChain
- All Implemented Interfaces:
- DeployableItem, java.io.Serializable
- Direct Known Subclasses:
- WSDDService, WSDDTransport
- public abstract class WSDDTargetedChain
- extends WSDDDeployableItem
- See Also:
- Serialized Form
Methods inherited from class org.apache.axis.deployment.wsdd.WSDDDeployableItem |
getInstance, getJavaClass, getParameter, getParametersTable, getQName, getType, removeParameter, setName, setOptionsHashtable, setParameter, setQName, setType, writeParamsToContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDDTargetedChain
protected WSDDTargetedChain()
WSDDTargetedChain
protected WSDDTargetedChain(org.w3c.dom.Element e)
throws WSDDException
- Parameters:
e
- (Element) XXX- Throws:
WSDDException
- XXX
getRequestFlow
public WSDDRequestFlow getRequestFlow()
setRequestFlow
public void setRequestFlow(WSDDRequestFlow flow)
getResponseFlow
public WSDDResponseFlow getResponseFlow()
setResponseFlow
public void setResponseFlow(WSDDResponseFlow flow)
getFaultFlows
public WSDDFaultFlow[] getFaultFlows()
- Returns:
- XXX
getFaultFlow
public WSDDFaultFlow getFaultFlow(QName name)
- Parameters:
name
- XXX- Returns:
- XXX
setType
public void setType(java.lang.String type)
throws WSDDException
- Parameters:
type
- XXX
getPivotQName
public QName getPivotQName()
setPivotQName
public void setPivotQName(QName pivotQName)
makeNewInstance
public Handler makeNewInstance(DeploymentRegistry registry)
throws java.lang.Exception
- Description copied from class:
WSDDDeployableItem
- Creates a new instance of this deployable. if the
java class is not found, the registry is queried to
find a suitable item
- Overrides:
makeNewInstance
in class WSDDDeployableItem
- Parameters:
pivot
- XXXregistry
- XXX- Returns:
- XXX
- Throws:
java.lang.Exception
- XXX
writeFlowsToContext
public final void writeFlowsToContext(SerializationContext context)
throws java.io.IOException
- Write this element out to a SerializationContext
deployToRegistry
public void deployToRegistry(DeploymentRegistry registry)
throws DeploymentException
Copyright © 2001 Apache XML Project. All Rights Reserved.