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:
- DeployableItem, java.io.Serializable
- public class WSDDGlobalConfiguration
- extends WSDDDeployableItem
Represents the global configuration of the Axis engine.
- Author:
- James Snell
- See Also:
- Serialized Form
Methods inherited from class org.apache.axis.deployment.wsdd.WSDDDeployableItem |
getInstance, getJavaClass, getParameter, getParametersTable, getQName, 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 |
WSDDGlobalConfiguration
public WSDDGlobalConfiguration()
- Default constructor
WSDDGlobalConfiguration
public WSDDGlobalConfiguration(org.w3c.dom.Element e)
throws WSDDException
- Parameters:
e
- (Element) XXX- Throws:
WSDDException
- XXX
getElementName
protected QName getElementName()
- Description copied from class:
WSDDElement
- Return the element name of a particular subclass.
- Overrides:
getElementName
in class WSDDElement
getRequestFlow
public WSDDRequestFlow getRequestFlow()
- Get our request flow
setRequestFlow
public void setRequestFlow(WSDDRequestFlow reqFlow)
- Set our request flow
getResponseFlow
public WSDDResponseFlow getResponseFlow()
- Get our response flow
setResponseFlow
public void setResponseFlow(WSDDResponseFlow responseFlow)
- Set the response flow
getFaultFlows
public WSDDFaultFlow[] getFaultFlows()
- Returns:
- XXX
getFaultFlow
public WSDDFaultFlow getFaultFlow(QName name)
- Parameters:
name
- XXX- Returns:
- XXX
getType
public QName getType()
- Overrides:
getType
in class WSDDDeployableItem
- Returns:
- XXX
setType
public void setType(java.lang.String type)
throws WSDDException
- Parameters:
type
- XXX
makeNewInstance
public Handler makeNewInstance(DeploymentRegistry registry)
- 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:
registry
- XXX- Returns:
- XXX
writeToContext
public void writeToContext(SerializationContext context)
throws java.io.IOException
- 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.