org.apache.axis2.wsdl.codegen.extension
Class JiBXExtension

java.lang.Object
  extended by org.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
      extended by org.apache.axis2.wsdl.codegen.extension.AbstractDBProcessingExtension
          extended by org.apache.axis2.wsdl.codegen.extension.JiBXExtension
All Implemented Interfaces:
CodeGenExtension

public class JiBXExtension
extends AbstractDBProcessingExtension

Code generation data binding extension for JiBX support. JiBX currently requires a predefined binding definition to be supplied in order to be used with Axis2.


Field Summary
static java.lang.String BINDING_PATH_OPTION
          Name of "extra" option used to supply binding definition path.
 
Fields inherited from class org.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
log
 
Constructor Summary
JiBXExtension()
           
 
Method Summary
 void engage(CodeGenConfiguration configuration)
           
 
Methods inherited from class org.apache.axis2.wsdl.codegen.extension.AbstractDBProcessingExtension
testFallThrough
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BINDING_PATH_OPTION

public static final java.lang.String BINDING_PATH_OPTION
Name of "extra" option used to supply binding definition path.

See Also:
Constant Field Values
Constructor Detail

JiBXExtension

public JiBXExtension()
Method Detail

engage

public void engage(CodeGenConfiguration configuration)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.