public class XmlBeansWrapperHelper extends AbstractWrapperHelper
fields, getMethods, NO_CLASSES, NO_PARAMS, setMethods, validate, wrapperType| 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) |
createWrapperObject, getPartObject, getSignature, getValidate, getValue, getWrapperParts, setValidateprotected Object createWrapperObject(Class<?> typeClass) throws Exception
createWrapperObject in class AbstractWrapperHelperExceptionprotected Object getWrapperObject(Object object) throws Exception
getWrapperObject in class AbstractWrapperHelperExceptionApache CXF