public class JAXBWrapperHelper
extends org.apache.cxf.databinding.AbstractWrapperHelper
| Modifier and Type | Field and Description |
|---|---|
protected Method[] |
jaxbObjectMethods |
protected Object |
objectFactory |
| 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) |
protected final Method[] jaxbObjectMethods
protected final Object objectFactory
protected Object createWrapperObject(Class<?> typeClass) throws Exception
createWrapperObject in class org.apache.cxf.databinding.AbstractWrapperHelperExceptionprotected Object getWrapperObject(Object object)
getWrapperObject in class org.apache.cxf.databinding.AbstractWrapperHelperprotected Object getValue(Method method, Object in) throws IllegalAccessException, InvocationTargetException
getValue in class org.apache.cxf.databinding.AbstractWrapperHelperIllegalAccessExceptionInvocationTargetExceptionApache CXF