org.apache.cxf.tools.wsdlto.core
Interface DataBindingProfile
- All Known Implementing Classes:
- SourceDatabindingProfile
public interface DataBindingProfile
generate
void generate(org.apache.cxf.tools.common.ToolContext context)
throws org.apache.cxf.tools.common.ToolException
- Throws:
org.apache.cxf.tools.common.ToolException
initialize
void initialize(org.apache.cxf.tools.common.ToolContext c)
throws org.apache.cxf.tools.common.ToolException
- Throws:
org.apache.cxf.tools.common.ToolException
getType
String getType(QName qn,
boolean element)
getWrappedElementType
String getWrappedElementType(QName wrapperElement,
QName item)
createDefaultValueWriter
org.apache.cxf.tools.common.model.DefaultValueWriter createDefaultValueWriter(QName qn,
boolean element)
createDefaultValueWriterForWrappedElement
org.apache.cxf.tools.common.model.DefaultValueWriter createDefaultValueWriterForWrappedElement(QName wrapperElement,
QName qn)
Apache CXF