org.apache.axis.wsdl.toJava
public class JavaSkelWriter extends JavaClassWriter
Constructor Summary | |
---|---|
protected | JavaSkelWriter(Emitter emitter, BindingEntry bEntry, SymbolTable symbolTable)
Constructor.
|
Method Summary | |
---|---|
protected String | getImplementsText()
Returns "implements |
protected void | writeFileBody(PrintWriter pw)
Write the body of the binding's stub file.
|
protected void | writeOperation(PrintWriter pw, BindingOperation operation, Parameters parms, String soapAction, String namespace)
Write the skeleton code for the given operation.
|
Parameters: emitter bEntry symbolTable
Returns:
Parameters: pw
Throws: IOException
Parameters: pw operation parms soapAction namespace