public interface DataBindingProfile
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.tools.common.model.DefaultValueWriter |
createDefaultValueWriter(QName qn,
boolean element) |
org.apache.cxf.tools.common.model.DefaultValueWriter |
createDefaultValueWriterForWrappedElement(QName wrapperElement,
QName qn) |
void |
generate(org.apache.cxf.tools.common.ToolContext context) |
String |
getType(QName qn,
boolean element) |
String |
getWrappedElementType(QName wrapperElement,
QName item) |
void |
initialize(org.apache.cxf.tools.common.ToolContext c) |
void generate(org.apache.cxf.tools.common.ToolContext context)
throws org.apache.cxf.tools.common.ToolException
org.apache.cxf.tools.common.ToolExceptionvoid initialize(org.apache.cxf.tools.common.ToolContext c)
throws org.apache.cxf.tools.common.ToolException
org.apache.cxf.tools.common.ToolExceptionorg.apache.cxf.tools.common.model.DefaultValueWriter createDefaultValueWriter(QName qn, boolean element)
Apache CXF