org.apache.ws.jaxme.generator.sg.impl.ccsg
public abstract class HandlerSGImpl extends Object implements HandlerSG
| Field Summary | |
|---|---|
| protected ComplexTypeSG | ctSG |
| Constructor Summary | |
|---|---|
| protected | HandlerSGImpl(ComplexTypeSG pType, JavaSource pJs) |
| Method Summary | |
|---|---|
| protected void | createSimpleTypeConversion(JavaMethod pJm, TypeSG pType, TypedValue pValue, String pName, PropertySG pPropertySG, DirectAccessible pElement) |
| void | generate() |
| JavaSource | getJavaSource() Returns the class being generated. |
| protected DirectAccessible | getParamAttrs() |
| protected DirectAccessible | getParamLocalName() |
| protected DirectAccessible | getParamNamespaceURI() |
| protected DirectAccessible | getParamQName() |
| protected DirectAccessible | getParamResult() |
| JavaMethod | newAddAttributeMethod() |
| JavaMethod | newEndElementMethod() |
| JavaMethod | newIsAtomicMethod() |
| JavaMethod | newIsEmptyMethod() |
| JavaMethod | newIsFinishedMethod() |
| JavaMethod | newStartElementMethod() |
| protected void | setParamAttrs(DirectAccessible pParamAttrs) |
| protected void | setParamLocalName(DirectAccessible pParamLocalName) |
| protected void | setParamNamespaceURI(DirectAccessible pParamNamespaceURI) |
| protected void | setParamQName(DirectAccessible pParamQName) |
| protected void | setParamResult(DirectAccessible pParamResult) |