org.apache.ws.jaxme.generator.sg
Interface SGlet

All Known Subinterfaces:
SGlet.TypedSGlet

public interface SGlet

An SGlet is a tiny source generator used to generate sources in a loop.

Author:
Jochen Wiedmann

Nested Class Summary
static interface SGlet.TypedSGlet
           
 
Method Summary
 void generate(JavaMethod pMethod, java.lang.Object pValue)
           
 

Method Detail

generate

void generate(JavaMethod pMethod,
              java.lang.Object pValue)
              throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException