java.lang.Object
com.myeis.j2c.formathandler.MyEISFormatHandlerGenerator
- All Implemented Interfaces:
- org.apache.wsif.providers.jca.toolplugin.FormatHandlerGenerator
- public class MyEISFormatHandlerGenerator
- extends java.lang.Object
- implements org.apache.wsif.providers.jca.toolplugin.FormatHandlerGenerator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
importsGen
private static final java.lang.String importsGen
- See Also:
- Constant Field Values
defaultMethodsGen
private static final java.lang.String defaultMethodsGen
- See Also:
- Constant Field Values
MyEISFormatHandlerGenerator
public MyEISFormatHandlerGenerator()
generate
public java.util.Hashtable generate(java.lang.String generationPackage,
java.lang.String beanClass,
javax.wsdl.Definition aDefinition,
javax.wsdl.Binding aBinding,
java.lang.String anEncoding,
java.lang.String aStyle,
javax.xml.namespace.QName xsdQname,
int elementType,
java.lang.Object generationContext)
throws org.apache.wsif.WSIFException
- Description copied from interface:
org.apache.wsif.providers.jca.toolplugin.FormatHandlerGenerator
- Generates a Custom Format Handler for a particular XSD Type or Element.
- Specified by:
generate in interface org.apache.wsif.providers.jca.toolplugin.FormatHandlerGenerator
writeContentReader
private void writeContentReader(java.lang.StringBuffer buffer,
java.lang.String beanClassField)
createGenerationContext
public java.lang.Object createGenerationContext()
- Description copied from interface:
org.apache.wsif.providers.jca.toolplugin.FormatHandlerGenerator
- Creates a new context for format handler generation.
The context is an optional object that can be used by a FormatHandlerGenerator to assist in code generation, or in keeping track of
artifacts generated. The details, and implementation, of the object are specific to each FormatHandlerGenerator.
Tooling environments must call this method first, before invoking the FormatHandlerGenerator to generate code. The context that is returned must be used
by the tooling environment for all subsequent calls to the FormatHandlerGenerator.
- Specified by:
createGenerationContext in interface org.apache.wsif.providers.jca.toolplugin.FormatHandlerGenerator