public final class XMLFieldHandlerFactory
extends java.lang.Object
Constructor | Description |
---|---|
XMLFieldHandlerFactory(BuilderConfiguration config) |
Creates an instance of this factory.
|
Modifier and Type | Method | Description |
---|---|---|
void |
createXMLFieldHandler(FieldInfo member,
XSType xsType,
java.lang.String localClassName,
JSourceCode jsc,
boolean forGeneralizedHandler) |
Creates the XMLFieldHandler for the given FieldInfo.
|
public XMLFieldHandlerFactory(BuilderConfiguration config)
config
- The XML code generator configuration.public void createXMLFieldHandler(FieldInfo member, XSType xsType, java.lang.String localClassName, JSourceCode jsc, boolean forGeneralizedHandler)
member
- the member for which to create an XMLFieldHandlerxsType
- the XSType (XML Schema Type) of this fieldlocalClassName
- unqualified (no package) name of this classjsc
- the source code to which we'll add this XMLFieldHandlerforGeneralizedHandler
- Whether to generate a generalized field
handlerIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com