public class JAXBWrapperHelper extends AbstractWrapperHelper
Modifier and Type | Field and Description |
---|---|
protected Method[] |
jaxbObjectMethods |
protected Object |
objectFactory |
fields, getMethods, NO_CLASSES, NO_PARAMS, setMethods, validate, wrapperType
Modifier | Constructor and Description |
---|---|
protected |
JAXBWrapperHelper(Class<?> wt,
Method[] sets,
Method[] gets,
Method[] jaxbs,
Field[] f,
Object of) |
Modifier and Type | Method and Description |
---|---|
protected Object |
createWrapperObject(Class<?> typeClass) |
protected Object |
getPartObject(int index,
Object object) |
protected Object |
getValue(Method method,
Object in) |
protected Object |
getWrapperObject(Object object) |
createWrapperObject, getSignature, getValidate, getWrapperParts, setValidate
protected final Method[] jaxbObjectMethods
protected final Object objectFactory
protected Object createWrapperObject(Class<?> typeClass) throws Exception
createWrapperObject
in class AbstractWrapperHelper
Exception
protected Object getWrapperObject(Object object)
getWrapperObject
in class AbstractWrapperHelper
protected Object getValue(Method method, Object in) throws IllegalAccessException, InvocationTargetException
getValue
in class AbstractWrapperHelper
IllegalAccessException
InvocationTargetException
protected Object getPartObject(int index, Object object) throws Exception
getPartObject
in class AbstractWrapperHelper
Exception
Apache CXF