org.apache.ws.jaxme.generator.sg.impl.ccsg
public class AllHandlerSG extends GroupHandlerSG
| Constructor Summary | |
|---|---|
| AllHandlerSG(ComplexTypeSG pType, JavaSource pJs) Creates a new instance, which generates a handler for
the complex type pTypeSG by adding methods
and fields to the Java class pJs. | |
| Method Summary | |
|---|---|
| protected void | acceptParticle(JavaMethod pJm, int pNum) |
| protected DirectAccessible | getEndElementState() |
| protected int | getState(int pParticleNum) |
| JavaMethod | newIsFinishedMethod() |
| JavaMethod | newStartElementMethod() |
| protected JavaField | newStateField() |
pTypeSG by adding methods
and fields to the Java class pJs.