org.jboss.axis.wsdl.gen
Class NoopGenerator

java.lang.Object
  extended byorg.jboss.axis.wsdl.gen.NoopGenerator
All Implemented Interfaces:
Generator (src)

public class NoopGenerator
extends java.lang.Object
implements Generator (src)

This generator doesn't do anything.


Constructor Summary
NoopGenerator()
           
 
Method Summary
 void generate()
          Do a whole lot of nothing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopGenerator

public NoopGenerator()
Method Detail

generate

public void generate()
              throws java.io.IOException
Do a whole lot of nothing.

Specified by:
generate in interface Generator (src)
Throws:
java.io.IOException