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, setValidateprotected final Method[] jaxbObjectMethods
protected final Object objectFactory
protected Object createWrapperObject(Class<?> typeClass) throws Exception
createWrapperObject in class AbstractWrapperHelperExceptionprotected Object getWrapperObject(Object object)
getWrapperObject in class AbstractWrapperHelperprotected Object getValue(Method method, Object in) throws IllegalAccessException, InvocationTargetException
getValue in class AbstractWrapperHelperIllegalAccessExceptionInvocationTargetExceptionprotected Object getPartObject(int index, Object object) throws Exception
getPartObject in class AbstractWrapperHelperExceptionApache CXF