org.apache.cxf.xmlbeans.tools
Class XMLBeansToolingDataBinding
java.lang.Object
org.apache.cxf.xmlbeans.tools.XMLBeansToolingDataBinding
- All Implemented Interfaces:
- DataBindingProfile
public class XMLBeansToolingDataBinding
- extends java.lang.Object
- implements DataBindingProfile
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLBeansToolingDataBinding
public XMLBeansToolingDataBinding()
initialize
public void initialize(ToolContext context)
throws ToolException
- Specified by:
initialize
in interface DataBindingProfile
- Throws:
ToolException
createDefaultValueWriter
public DefaultValueWriter createDefaultValueWriter(javax.xml.namespace.QName qn,
boolean element)
- Specified by:
createDefaultValueWriter
in interface DataBindingProfile
createDefaultValueWriterForWrappedElement
public DefaultValueWriter createDefaultValueWriterForWrappedElement(javax.xml.namespace.QName wrapperElement,
javax.xml.namespace.QName qn)
- Specified by:
createDefaultValueWriterForWrappedElement
in interface DataBindingProfile
getType
public java.lang.String getType(javax.xml.namespace.QName qn,
boolean element)
- Specified by:
getType
in interface DataBindingProfile
getWrappedElementType
public java.lang.String getWrappedElementType(javax.xml.namespace.QName wrapperElement,
javax.xml.namespace.QName item)
- Specified by:
getWrappedElementType
in interface DataBindingProfile
generate
public void generate(ToolContext context)
throws ToolException
- Specified by:
generate
in interface DataBindingProfile
- Throws:
ToolException
Apache CXF