org.apache.cxf.xmlbeans.tools
Class XMLBeansToolingDataBinding

java.lang.Object
  extended by org.apache.cxf.xmlbeans.tools.XMLBeansToolingDataBinding
All Implemented Interfaces:
org.apache.cxf.tools.wsdlto.core.DataBindingProfile

public class XMLBeansToolingDataBinding
extends java.lang.Object
implements org.apache.cxf.tools.wsdlto.core.DataBindingProfile


Constructor Summary
XMLBeansToolingDataBinding()
           
 
Method Summary
 org.apache.cxf.tools.common.model.DefaultValueWriter createDefaultValueWriter(javax.xml.namespace.QName qn, boolean element)
           
 org.apache.cxf.tools.common.model.DefaultValueWriter createDefaultValueWriterForWrappedElement(javax.xml.namespace.QName wrapperElement, javax.xml.namespace.QName qn)
           
 void generate(org.apache.cxf.tools.common.ToolContext context)
           
 java.lang.String getType(javax.xml.namespace.QName qn, boolean element)
           
 java.lang.String getWrappedElementType(javax.xml.namespace.QName wrapperElement, javax.xml.namespace.QName item)
           
 void initialize(org.apache.cxf.tools.common.ToolContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLBeansToolingDataBinding

public XMLBeansToolingDataBinding()
Method Detail

initialize

public void initialize(org.apache.cxf.tools.common.ToolContext context)
                throws org.apache.cxf.tools.common.ToolException
Specified by:
initialize in interface org.apache.cxf.tools.wsdlto.core.DataBindingProfile
Throws:
org.apache.cxf.tools.common.ToolException

createDefaultValueWriter

public org.apache.cxf.tools.common.model.DefaultValueWriter createDefaultValueWriter(javax.xml.namespace.QName qn,
                                                                                     boolean element)
Specified by:
createDefaultValueWriter in interface org.apache.cxf.tools.wsdlto.core.DataBindingProfile

createDefaultValueWriterForWrappedElement

public org.apache.cxf.tools.common.model.DefaultValueWriter createDefaultValueWriterForWrappedElement(javax.xml.namespace.QName wrapperElement,
                                                                                                      javax.xml.namespace.QName qn)
Specified by:
createDefaultValueWriterForWrappedElement in interface org.apache.cxf.tools.wsdlto.core.DataBindingProfile

getType

public java.lang.String getType(javax.xml.namespace.QName qn,
                                boolean element)
Specified by:
getType in interface org.apache.cxf.tools.wsdlto.core.DataBindingProfile

getWrappedElementType

public java.lang.String getWrappedElementType(javax.xml.namespace.QName wrapperElement,
                                              javax.xml.namespace.QName item)
Specified by:
getWrappedElementType in interface org.apache.cxf.tools.wsdlto.core.DataBindingProfile

generate

public void generate(org.apache.cxf.tools.common.ToolContext context)
              throws org.apache.cxf.tools.common.ToolException
Specified by:
generate in interface org.apache.cxf.tools.wsdlto.core.DataBindingProfile
Throws:
org.apache.cxf.tools.common.ToolException


Apache CXF