org.apache.axis.wsdl.toJava

Class JavaSkelWriter

public class JavaSkelWriter extends JavaClassWriter

This is Wsdl2java's skeleton writer. It writes the Skeleton.java file which contains the Skeleton class.
Constructor Summary
protected JavaSkelWriter(Emitter emitter, BindingEntry bEntry, SymbolTable symbolTable)
Constructor.
Method Summary
protected StringgetImplementsText()
Returns "implements , org.apache.axis.wsdl.Skeleton ".
protected voidwriteFileBody(PrintWriter pw)
Write the body of the binding's stub file.
protected voidwriteOperation(PrintWriter pw, BindingOperation operation, Parameters parms, String soapAction, String namespace)
Write the skeleton code for the given operation.

Constructor Detail

JavaSkelWriter

protected JavaSkelWriter(Emitter emitter, BindingEntry bEntry, SymbolTable symbolTable)
Constructor.

Parameters: emitter bEntry symbolTable

Method Detail

getImplementsText

protected String getImplementsText()
Returns "implements , org.apache.axis.wsdl.Skeleton ".

Returns:

writeFileBody

protected void writeFileBody(PrintWriter pw)
Write the body of the binding's stub file.

Parameters: pw

Throws: IOException

writeOperation

protected void writeOperation(PrintWriter pw, BindingOperation operation, Parameters parms, String soapAction, String namespace)
Write the skeleton code for the given operation.

Parameters: pw operation parms soapAction namespace

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.