public class JavaImplWriter extends JavaClassWriter
Modifier and Type | Field and Description |
---|---|
protected BindingEntry |
bEntry
Field bEntry
|
protected javax.wsdl.Binding |
binding
Field binding
|
protected SymbolTable |
symbolTable
Field symbolTable
|
className, namespaces, packageName
emitter, LINE_LENGTH, type
Modifier | Constructor and Description |
---|---|
protected |
JavaImplWriter(Emitter emitter,
BindingEntry bEntry,
SymbolTable symbolTable)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getClassModifiers, getClassName, getClassText, getExtendsText, getFileName, getPackage, registerFile, writeFileFooter, writeFileHeader, writeHeaderComments, writePackage
closePrintWriter, generate, getJavadocDescriptionPart, getPrintWriter, isFileGenerated, verboseMessage, writeComment, writeComment
protected javax.wsdl.Binding binding
protected SymbolTable symbolTable
protected BindingEntry bEntry
protected JavaImplWriter(Emitter emitter, BindingEntry bEntry, SymbolTable symbolTable)
emitter
- bEntry
- symbolTable
- protected void writeFileBody(PrintWriter pw) throws IOException
writeFileBody
in class JavaWriter
pw
- IOException
protected String getImplementsText()
getImplementsText
in class JavaClassWriter
protected void writeOperation(PrintWriter pw, Parameters parms) throws IOException
pw
- parms
- IOException
Copyright © The Apache Software Foundation. All Rights Reserved.