|
|||||||||||
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.WSDDDocument
represents a WSDD Document (this is the top level object in this object model)
Field Summary | |
protected static org.apache.commons.logging.Log |
log
|
Constructor Summary | |
WSDDDocument()
|
|
WSDDDocument(org.w3c.dom.Document doc)
|
|
WSDDDocument(org.w3c.dom.Element e)
|
Method Summary | |
void |
deploy(WSDDDeployment registry)
|
WSDDDeployment |
getDeployment()
|
org.w3c.dom.Document |
getDOMDocument()
|
void |
setDocument(org.w3c.dom.Document document)
|
void |
writeToContext(SerializationContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static org.apache.commons.logging.Log log
Constructor Detail |
public WSDDDocument()
public WSDDDocument(org.w3c.dom.Document doc) throws WSDDException
doc
- (Document) XXXpublic WSDDDocument(org.w3c.dom.Element e) throws WSDDException
e
- (Element) XXXMethod Detail |
public WSDDDeployment getDeployment()
public org.w3c.dom.Document getDOMDocument() throws ConfigurationException
ConfigurationException
public void writeToContext(SerializationContext context) throws java.io.IOException
java.io.IOException
public void setDocument(org.w3c.dom.Document document)
document
- XXXpublic void deploy(WSDDDeployment registry) throws ConfigurationException
ConfigurationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |