|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.deployment.wsdd.WSDDConstants
org.apache.axis.deployment.wsdd.WSDDElement
org.apache.axis.deployment.wsdd.WSDDDeployableItem
org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
public class WSDDGlobalConfiguration
Represents the global configuration of the Axis engine.
Field Summary |
---|
Fields inherited from class org.apache.axis.deployment.wsdd.WSDDDeployableItem |
---|
log, parameters, qname, scope, SCOPE_PER_ACCESS, SCOPE_PER_REQUEST, SCOPE_SINGLETON, scopeStrings, singletonInstance, type |
Constructor Summary | |
---|---|
WSDDGlobalConfiguration()
Default constructor |
|
WSDDGlobalConfiguration(org.w3c.dom.Element e)
|
Method Summary | |
---|---|
void |
deployToRegistry(WSDDDeployment registry)
|
protected QName |
getElementName()
Return the element name of a particular subclass. |
WSDDFaultFlow |
getFaultFlow(QName name)
|
WSDDFaultFlow[] |
getFaultFlows()
|
WSDDRequestFlow |
getRequestFlow()
Get our request flow |
WSDDResponseFlow |
getResponseFlow()
Get our response flow |
java.util.List |
getRoles()
|
QName |
getType()
|
Handler |
makeNewInstance(EngineConfiguration registry)
Creates a new instance of this deployable. |
void |
setRequestFlow(WSDDRequestFlow reqFlow)
Set our request flow |
void |
setResponseFlow(WSDDResponseFlow responseFlow)
Set the response flow |
void |
setType(java.lang.String type)
|
void |
writeToContext(SerializationContext context)
Write this element out to a SerializationContext |
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 org.apache.axis.deployment.wsdd.WSDDElement |
---|
getChildElement, getChildElements |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSDDGlobalConfiguration()
public WSDDGlobalConfiguration(org.w3c.dom.Element e) throws WSDDException
e
- (Element) XXX
WSDDException
- XXXMethod Detail |
---|
protected QName getElementName()
WSDDElement
getElementName
in class WSDDElement
public WSDDRequestFlow getRequestFlow()
public void setRequestFlow(WSDDRequestFlow reqFlow)
public WSDDResponseFlow getResponseFlow()
public void setResponseFlow(WSDDResponseFlow responseFlow)
public WSDDFaultFlow[] getFaultFlows()
public WSDDFaultFlow getFaultFlow(QName name)
name
- XXX
public QName getType()
getType
in class WSDDDeployableItem
public void setType(java.lang.String type) throws WSDDException
type
- XXX
WSDDException
public Handler makeNewInstance(EngineConfiguration registry)
WSDDDeployableItem
makeNewInstance
in class WSDDDeployableItem
registry
- XXX
public void writeToContext(SerializationContext context) throws java.io.IOException
writeToContext
in class WSDDElement
java.io.IOException
public void deployToRegistry(WSDDDeployment registry) throws ConfigurationException
ConfigurationException
public java.util.List getRoles()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |