|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.deployment.wsdd.WSDDConstants org.apache.axis.deployment.wsdd.WSDDElement org.apache.axis.deployment.wsdd.WSDDDeployableItem org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration
Represents the global configuration of the Axis engine.
Field Summary |
Fields inherited from class org.apache.axis.deployment.wsdd.WSDDDeployableItem |
parameters, qname, scope, SCOPE_PER_ACCESS, SCOPE_PER_REQUEST, SCOPE_SINGLETON, scopeStrings, singletonInstance, type |
Constructor Summary | |
WSDDGlobalConfiguration()
Default constructor |
|
WSDDGlobalConfiguration(Element e)
|
Method Summary | |
void |
deployToRegistry(WSDDDeployment registry)
|
protected javax.xml.namespace.QName |
getElementName()
Return the element name of a particular subclass. |
WSDDFaultFlow |
getFaultFlow(javax.xml.namespace.QName name)
|
WSDDFaultFlow[] |
getFaultFlows()
|
WSDDRequestFlow |
getRequestFlow()
Get our request flow |
WSDDResponseFlow |
getResponseFlow()
Get our response flow |
javax.xml.namespace.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(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, getDocumentation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WSDDGlobalConfiguration()
public WSDDGlobalConfiguration(Element e) throws WSDDException
e
- (Element) XXX
WSDDException
- XXXMethod Detail |
protected javax.xml.namespace.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(javax.xml.namespace.QName name)
name
- XXX
public javax.xml.namespace.QName getType()
getType
in class WSDDDeployableItem
public void setType(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 IOException
writeToContext
in class WSDDElement
IOException
public void deployToRegistry(WSDDDeployment registry) throws ConfigurationException
ConfigurationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |