org.apache.axis.deployment.wsdd
Class WSDDGlobalConfiguration

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

public class WSDDGlobalConfiguration
extends WSDDDeployableItem

Represents the global configuration of the Axis engine.

Author:
James Snell
See Also:
Serialized Form

Fields inherited from class org.apache.axis.deployment.wsdd.WSDDElement
children, element
 
Constructor Summary
WSDDGlobalConfiguration(org.w3c.dom.Element e)
           
 
Method Summary
 WSDDFaultFlow getFaultFlow(java.lang.String name)
           
 WSDDFaultFlow[] getFaultFlows()
           
 WSDDProvider getProvider()
           
 WSDDRequestFlow getRequestFlow()
           
 WSDDResponseFlow getResponseFlow()
           
 WSDDTransport getTransport(java.lang.String name)
           
 WSDDTransport[] getTransports()
           
 
Methods inherited from class org.apache.axis.deployment.wsdd.WSDDDeployableItem
getName, getParameter, getParameters, getParametersTable, getQName, getType
 
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

WSDDGlobalConfiguration

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

getTransports

public WSDDTransport[] getTransports()

getTransport

public WSDDTransport getTransport(java.lang.String name)

getRequestFlow

public WSDDRequestFlow getRequestFlow()

getProvider

public WSDDProvider getProvider()
                         throws java.lang.Exception

getResponseFlow

public WSDDResponseFlow getResponseFlow()

getFaultFlows

public WSDDFaultFlow[] getFaultFlows()

getFaultFlow

public WSDDFaultFlow getFaultFlow(java.lang.String name)


Copyright © 2001 Apache XML Project. All Rights Reserved.