org.apache.cxf.tools.wsdlto.core
Interface DataBindingProfile


public interface DataBindingProfile


Method Summary
 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)
           
 

Method Detail

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