|
|||||||||||
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.WSDDHandler org.apache.axis.deployment.wsdd.WSDDChain
WSDD chain element
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 | |
WSDDChain()
Default constructor |
|
WSDDChain(Element e)
|
Method Summary | |
void |
addHandler(WSDDHandler handler)
Add a Handler to the chain (at the end) |
void |
deployToRegistry(WSDDDeployment registry)
|
protected javax.xml.namespace.QName |
getElementName()
Return the element name of a particular subclass. |
Vector |
getHandlers()
Obtain our handler list |
Handler |
makeNewInstance(EngineConfiguration registry)
Creates a new instance of this Chain |
void |
removeHandler(WSDDHandler victim)
Remove a Handler from the chain |
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, getType, 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 WSDDChain()
public WSDDChain(Element e) throws WSDDException
e
- (Element) XXX
WSDDException
- XXXMethod Detail |
protected javax.xml.namespace.QName getElementName()
WSDDElement
getElementName
in class WSDDHandler
public void addHandler(WSDDHandler handler)
public Vector getHandlers()
public void removeHandler(WSDDHandler victim)
public Handler makeNewInstance(EngineConfiguration registry) throws ConfigurationException
makeNewInstance
in class WSDDDeployableItem
registry
- XXX
ConfigurationException
- XXXpublic void writeToContext(SerializationContext context) throws IOException
writeToContext
in class WSDDHandler
IOException
public void deployToRegistry(WSDDDeployment registry)
deployToRegistry
in class WSDDHandler
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |