org.apache.ws.jaxme.generator.sg.impl.ccsg
public interface HandlerSG
| Method Summary | |
|---|---|
| void | generate() Invokes the various "newFooMethod" methods. |
| JavaSource | getJavaSource() Returns the class being generated. |
| JavaMethod | newAddAttributeMethod() Creates the handlers method
JMSAXElementParser. |
| JavaMethod | newEndElementMethod() Creates the handlers method
JMSAXGroupParser. |
| JavaMethod | newIsAtomicMethod() Creates the handlers method
isAtomic. |
| JavaMethod | newIsEmptyMethod() Creates the handlers method
isEmpty. |
| JavaMethod | newIsFinishedMethod() Creates the handlers method
isFinished. |
| JavaMethod | newStartElementMethod() Creates the handlers method
JMSAXGroupParser. |