public class JavaSkelWriter extends JavaClassWriter
className, namespaces, packageNameemitter, LINE_LENGTH, type| Modifier | Constructor and Description |
|---|---|
protected |
JavaSkelWriter(Emitter emitter,
BindingEntry bEntry,
SymbolTable symbolTable)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getImplementsText()
Returns "implements
|
protected void |
writeFileBody(PrintWriter pw)
Write the body of the binding's stub file.
|
protected void |
writeOperation(PrintWriter pw,
javax.wsdl.BindingOperation operation,
Parameters parms,
String soapAction,
String namespace)
Write the skeleton code for the given operation.
|
getClassModifiers, getClassName, getClassText, getExtendsText, getFileName, getPackage, registerFile, writeFileFooter, writeFileHeader, writeHeaderComments, writePackageclosePrintWriter, generate, getJavadocDescriptionPart, getPrintWriter, isFileGenerated, verboseMessage, writeComment, writeCommentprotected JavaSkelWriter(Emitter emitter, BindingEntry bEntry, SymbolTable symbolTable)
emitter - bEntry - symbolTable - protected String getImplementsText()
getImplementsText in class JavaClassWriterprotected void writeFileBody(PrintWriter pw) throws IOException
writeFileBody in class JavaWriterpw - IOExceptionprotected void writeOperation(PrintWriter pw, javax.wsdl.BindingOperation operation, Parameters parms, String soapAction, String namespace)
pw - operation - parms - soapAction - namespace - Copyright © The Apache Software Foundation. All Rights Reserved.