org.apache.axis.wsdl.toJava
public class JavaUndeployWriter extends JavaWriter
| Field Summary | |
|---|---|
| protected Definition | definition Field definition |
| Constructor Summary | |
|---|---|
| JavaUndeployWriter(Emitter emitter, Definition definition, SymbolTable notUsed)
Constructor.
| |
| Method Summary | |
|---|---|
| void | generate()
Generate undeploy.wsdd. |
| protected String | getFileName()
Return the fully-qualified name of the undeploy.wsdd file
to be generated.
|
| protected PrintWriter | getPrintWriter(String filename)
Method getPrintWriter
|
| protected void | writeDeployPort(PrintWriter pw, Port port)
Write out deployment and undeployment instructions for given WSDL port
|
| protected void | writeDeployServices(PrintWriter pw)
Write out deployment and undeployment instructions for each WSDL service
|
| protected void | writeFileBody(PrintWriter pw)
Write the body of the deploy.wsdd file.
|
| protected void | writeFileHeader(PrintWriter pw)
Replace the default file header with the deployment doc file header.
|
Parameters: emitter definition notUsed
Throws: IOException
Returns:
Parameters: filename
Returns:
Throws: IOException
Parameters: pw port
Throws: IOException
Parameters: pw
Throws: IOException
Parameters: pw
Throws: IOException
Parameters: pw
Throws: IOException