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, packageNameemitter, LINE_LENGTH, type| Modifier | Constructor and Description |
|---|---|
protected |
JavaImplWriter(Emitter emitter,
BindingEntry bEntry,
SymbolTable symbolTable)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getImplementsText()
Returns the appropriate implements text
|
protected void |
writeFileBody(java.io.PrintWriter pw)
Write the body of the binding's stub file.
|
protected void |
writeOperation(java.io.PrintWriter pw,
Parameters parms)
Write the implementation template for the given operation.
|
getClassModifiers, getClassName, getClassText, getExtendsText, getFileName, getPackage, registerFile, writeFileFooter, writeFileHeader, writeHeaderComments, writePackageclosePrintWriter, generate, getJavadocDescriptionPart, getPrintWriter, isFileGenerated, verboseMessage, writeComment, writeCommentprotected javax.wsdl.Binding binding
protected SymbolTable symbolTable
protected BindingEntry bEntry
protected JavaImplWriter(Emitter emitter, BindingEntry bEntry, SymbolTable symbolTable)
emitter - bEntry - symbolTable - protected void writeFileBody(java.io.PrintWriter pw)
throws java.io.IOException
writeFileBody in class JavaWriterpw - java.io.IOExceptionprotected java.lang.String getImplementsText()
getImplementsText in class JavaClassWriterprotected void writeOperation(java.io.PrintWriter pw,
Parameters parms)
throws java.io.IOException
pw - parms - java.io.IOExceptionCopyright ? 2005 Apache Web Services Project. All Rights Reserved.