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