Apache CXF API

org.apache.cxf.xmlbeans
Class XmlBeansWrapperHelper

java.lang.Object
  extended by org.apache.cxf.databinding.AbstractWrapperHelper
      extended by org.apache.cxf.xmlbeans.XmlBeansWrapperHelper
All Implemented Interfaces:
WrapperHelper

public class XmlBeansWrapperHelper
extends AbstractWrapperHelper


Field Summary
 
Fields inherited from class org.apache.cxf.databinding.AbstractWrapperHelper
fields, getMethods, NO_CLASSES, NO_PARAMS, setMethods, wrapperType
 
Constructor Summary
XmlBeansWrapperHelper(Class<?> wt, Method[] sets, Method[] gets, Field[] f)
           
 
Method Summary
protected  Object createWrapperObject(Class typeClass)
           
 boolean getValidate()
           
protected  Object getWrapperObject(Object object)
           
static Method getXMLBeansValueMethod(Class<?> wrapperType)
           
static Class<?> getXMLBeansValueType(Class<?> wrapperType)
           
 void setValidate(boolean v)
           
 
Methods inherited from class org.apache.cxf.databinding.AbstractWrapperHelper
createWrapperObject, getPartObject, getSignature, getValue, getWrapperParts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlBeansWrapperHelper

public XmlBeansWrapperHelper(Class<?> wt,
                             Method[] sets,
                             Method[] gets,
                             Field[] f)
Method Detail

setValidate

public void setValidate(boolean v)

getValidate

public boolean getValidate()

createWrapperObject

protected Object createWrapperObject(Class typeClass)
                              throws Exception
Specified by:
createWrapperObject in class AbstractWrapperHelper
Throws:
Exception

getWrapperObject

protected Object getWrapperObject(Object object)
                           throws Exception
Specified by:
getWrapperObject in class AbstractWrapperHelper
Throws:
Exception

getXMLBeansValueMethod

public static Method getXMLBeansValueMethod(Class<?> wrapperType)

getXMLBeansValueType

public static Class<?> getXMLBeansValueType(Class<?> wrapperType)

Apache CXF API

Apache CXF