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