org.apache.cxf.xmlbeans
Class XmlBeansWrapperHelper
java.lang.Object
  
org.apache.cxf.databinding.AbstractWrapperHelper
      
org.apache.cxf.xmlbeans.XmlBeansWrapperHelper
- All Implemented Interfaces: 
 - WrapperHelper
 
public class XmlBeansWrapperHelper
- extends AbstractWrapperHelper
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
XmlBeansWrapperHelper
public XmlBeansWrapperHelper(Class<?> wt,
                             Method[] sets,
                             Method[] gets,
                             Field[] f)
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