org.apache.axis.wsdl.toJava

Class JavaServiceIfaceWriter

public class JavaServiceIfaceWriter extends JavaClassWriter

This is Wsdl2java's service writer. It writes the .java file.
Constructor Summary
protected JavaServiceIfaceWriter(Emitter emitter, ServiceEntry sEntry, SymbolTable symbolTable)
Constructor.
Method Summary
protected StringgetClassText()
Returns "interface ".
protected StringgetExtendsText()
Returns "extends javax.xml.rpc.Service ".
protected voidwriteFileBody(PrintWriter pw)
Write the body of the service file.

Constructor Detail

JavaServiceIfaceWriter

protected JavaServiceIfaceWriter(Emitter emitter, ServiceEntry sEntry, SymbolTable symbolTable)
Constructor.

Parameters: emitter sEntry symbolTable

Method Detail

getClassText

protected String getClassText()
Returns "interface ".

Returns:

getExtendsText

protected String getExtendsText()
Returns "extends javax.xml.rpc.Service ".

Returns:

writeFileBody

protected void writeFileBody(PrintWriter pw)
Write the body of the service file.

Parameters: pw

Throws: IOException

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