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