|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.axis.deployment.wsdd.WSDDConstants (src)
org.jboss.axis.deployment.wsdd.WSDDElement (src)
org.jboss.axis.deployment.wsdd.WSDDDeployableItem (src)
org.jboss.axis.deployment.wsdd.WSDDGlobalConfiguration
Represents the global configuration of the Axis engine.
Field Summary |
Fields inherited from class org.jboss.axis.deployment.wsdd.WSDDDeployableItem (src) |
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 (src) registry)
|
protected QName (src) |
getElementName()
Return the element name of a particular subclass. |
WSDDFaultFlow (src) |
getFaultFlow(QName (src) name)
|
WSDDFaultFlow (src) [] |
getFaultFlows()
|
WSDDRequestFlow (src) |
getRequestFlow()
Get our request flow |
WSDDResponseFlow (src) |
getResponseFlow()
Get our response flow |
QName (src) |
getType()
|
Handler (src) |
makeNewInstance(EngineConfiguration (src) registry)
Creates a new instance of this deployable. |
void |
setRequestFlow(WSDDRequestFlow (src) reqFlow)
Set our request flow |
void |
setResponseFlow(WSDDResponseFlow (src) responseFlow)
Set the response flow |
void |
setType(java.lang.String type)
|
void |
writeToContext(SerializationContext (src) context)
Write this element out to a SerializationContext |
Methods inherited from class org.jboss.axis.deployment.wsdd.WSDDDeployableItem (src) |
getInstance, getJavaClass, getParameter, getParametersTable, getQName, removeParameter, setName, setOptionsHashtable, setParameter, setQName, setType, writeParamsToContext |
Methods inherited from class org.jboss.axis.deployment.wsdd.WSDDElement (src) |
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(org.w3c.dom.Element e) throws WSDDException (src)
e
- (Element) XXX
WSDDException (src)
- XXXMethod Detail |
protected QName (src) getElementName()
WSDDElement (src)
getElementName
in class WSDDElement (src)
public WSDDRequestFlow (src) getRequestFlow()
public void setRequestFlow(WSDDRequestFlow (src) reqFlow)
public WSDDResponseFlow (src) getResponseFlow()
public void setResponseFlow(WSDDResponseFlow (src) responseFlow)
public WSDDFaultFlow (src) [] getFaultFlows()
public WSDDFaultFlow (src) getFaultFlow(QName (src) name)
name
- XXX
public QName (src) getType()
getType
in class WSDDDeployableItem (src)
public void setType(java.lang.String type) throws WSDDException (src)
type
- XXX
WSDDException (src)
public Handler (src) makeNewInstance(EngineConfiguration (src) registry)
WSDDDeployableItem (src)
makeNewInstance
in class WSDDDeployableItem (src)
registry
- XXX
public void writeToContext(SerializationContext (src) context) throws java.io.IOException
writeToContext
in class WSDDElement (src)
java.io.IOException
public void deployToRegistry(WSDDDeployment (src) registry) throws ConfigurationException (src)
ConfigurationException (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |