|
||||||||||
PREV CLASS (src) NEXT CLASS | 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.WSDDUndeployment
WSDD deployment element
Field Summary |
Constructor Summary | |
WSDDUndeployment()
Default constructor |
|
WSDDUndeployment(org.w3c.dom.Element e)
Constructor - build an undeployment from a DOM Element. |
Method Summary | |
void |
addChain(QName (src) chain)
|
void |
addHandler(QName (src) handler)
|
void |
addService(QName (src) service)
|
void |
addTransport(QName (src) transport)
|
void |
deployTypeMapping(WSDDTypeMapping (src) typeMapping)
|
protected QName (src) |
getElementName()
Return the element name of a particular subclass. |
WSDDTypeMapping (src) [] |
getTypeMappings()
|
void |
undeployFromRegistry(WSDDDeployment (src) registry)
|
void |
writeToContext(SerializationContext (src) context)
Write this element out to a SerializationContext |
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 WSDDUndeployment()
public WSDDUndeployment(org.w3c.dom.Element e) throws WSDDException (src)
e
- the DOM Element to initialize from
WSDDException (src)
- if there is a problemMethod Detail |
public void addHandler(QName (src) handler)
public void addChain(QName (src) chain)
public void addTransport(QName (src) transport)
public void addService(QName (src) service)
public void deployTypeMapping(WSDDTypeMapping (src) typeMapping) throws WSDDException (src)
deployTypeMapping
in interface WSDDTypeMappingContainer (src)
WSDDException (src)
protected QName (src) getElementName()
WSDDElement (src)
getElementName
in class WSDDElement (src)
public void undeployFromRegistry(WSDDDeployment (src) registry) throws ConfigurationException (src)
ConfigurationException (src)
public void writeToContext(SerializationContext (src) context) throws java.io.IOException
WSDDElement (src)
writeToContext
in class WSDDElement (src)
java.io.IOException
public WSDDTypeMapping (src) [] getTypeMappings()
|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |