|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.jibx.CodeGenerationUtility
public class CodeGenerationUtility
Framework-linked code used by JiBX data binding support. This is accessed via reflection from the
JiBX code generation extension when JiBX data binding is selected. JiBX uses a different approach
to unwrapping method parameters from that implemented by ADB, and since the ADB technique is
assumed by all code generation templates this has to create the same data structures. These data
structures are undocumented, and can only be determined by going through the SchemaUnwrapperExtension
and AxisServiceBasedMultiLanguageEmitter
code.
Constructor Summary | |
---|---|
CodeGenerationUtility(CodeGenConfiguration config)
Constructor. |
Method Summary | |
---|---|
void |
engage(java.lang.String path)
Configure the code generation based on the supplied parameters and WSDL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CodeGenerationUtility(CodeGenConfiguration config)
config
- code generation configurationMethod Detail |
---|
public void engage(java.lang.String path)
path
- binding path (null
if none)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |