org.apache.axis.deployment.wsdd
Class WSDDTransport
java.lang.Object
|
+--org.apache.axis.deployment.wsdd.WSDDElement
|
+--org.apache.axis.deployment.wsdd.WSDDDeployableItem
|
+--org.apache.axis.deployment.wsdd.WSDDTransport
- All Implemented Interfaces:
- DeployableItem, java.io.Serializable
- public class WSDDTransport
- extends WSDDDeployableItem
- implements DeployableItem
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDDTransport
public WSDDTransport(org.w3c.dom.Element e)
throws WSDDException
getRequestFlow
public WSDDRequestFlow getRequestFlow()
getResponseFlow
public WSDDResponseFlow getResponseFlow()
getFaultFlows
public WSDDFaultFlow[] getFaultFlows()
getFaultFlow
public WSDDFaultFlow getFaultFlow(java.lang.String name)
getType
public java.lang.String getType()
- Overrides:
getType
in class WSDDDeployableItem
newInstance
public Handler newInstance(DeploymentRegistry registry)
throws java.lang.Exception
- Specified by:
newInstance
in interface DeployableItem
newInstance
public Handler newInstance(Handler pivot,
DeploymentRegistry registry)
throws java.lang.Exception
Copyright © 2001 Apache XML Project. All Rights Reserved.