public class XmlBeansWrapperHelper extends AbstractWrapperHelper
fields, getMethods, NO_CLASSES, NO_PARAMS, setMethods, wrapperType| Constructor and Description |
|---|
XmlBeansWrapperHelper(Class<?> wt,
Method[] sets,
Method[] gets,
Field[] f) |
| Modifier and Type | Method and Description |
|---|---|
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) |
createWrapperObject, getPartObject, getSignature, getValue, getWrapperPartspublic void setValidate(boolean v)
public boolean getValidate()
protected Object createWrapperObject(Class<?> typeClass) throws Exception
createWrapperObject in class AbstractWrapperHelperExceptionprotected Object getWrapperObject(Object object) throws Exception
getWrapperObject in class AbstractWrapperHelperExceptionApache CXF