public class XmlBeansWrapperHelper
extends org.apache.cxf.databinding.AbstractWrapperHelper
| Constructor and Description |
|---|
XmlBeansWrapperHelper(Class<?> wt,
Method[] sets,
Method[] gets,
Field[] f) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createWrapperObject(Class<?> typeClass) |
protected Object |
getWrapperObject(Object object) |
static Method |
getXMLBeansValueMethod(Class<?> wrapperType) |
static Class<?> |
getXMLBeansValueType(Class<?> wrapperType) |
protected Object createWrapperObject(Class<?> typeClass) throws Exception
createWrapperObject in class org.apache.cxf.databinding.AbstractWrapperHelperExceptionprotected Object getWrapperObject(Object object) throws Exception
getWrapperObject in class org.apache.cxf.databinding.AbstractWrapperHelperExceptionApache CXF