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, setValidate
protected Object createWrapperObject(Class<?> typeClass) throws Exception
createWrapperObject
in class AbstractWrapperHelper
Exception
protected Object getWrapperObject(Object object) throws Exception
getWrapperObject
in class AbstractWrapperHelper
Exception
Apache CXF