Package org.apache.cxf.jaxb
Class JAXBWrapperHelper
- java.lang.Object
-
- org.apache.cxf.databinding.AbstractWrapperHelper
-
- org.apache.cxf.jaxb.JAXBWrapperHelper
-
- All Implemented Interfaces:
WrapperHelper
public class JAXBWrapperHelper extends AbstractWrapperHelper
-
-
Field Summary
Fields Modifier and Type Field Description protected Method[]jaxbObjectMethodsprotected ObjectobjectFactory-
Fields inherited from class org.apache.cxf.databinding.AbstractWrapperHelper
fields, getMethods, NO_CLASSES, NO_PARAMS, setMethods, validate, wrapperType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectcreateWrapperObject(Class<?> typeClass)protected ObjectgetPartObject(int index, Object object)protected ObjectgetValue(Method method, Object in)protected ObjectgetWrapperObject(Object object)-
Methods inherited from class org.apache.cxf.databinding.AbstractWrapperHelper
createWrapperObject, getSignature, getValidate, getWrapperParts, setValidate
-
-
-
-
Method Detail
-
createWrapperObject
protected Object createWrapperObject(Class<?> typeClass) throws Exception
- Specified by:
createWrapperObjectin classAbstractWrapperHelper- Throws:
Exception
-
getWrapperObject
protected Object getWrapperObject(Object object)
- Specified by:
getWrapperObjectin classAbstractWrapperHelper
-
getValue
protected Object getValue(Method method, Object in) throws IllegalAccessException, InvocationTargetException
- Overrides:
getValuein classAbstractWrapperHelper- Throws:
IllegalAccessExceptionInvocationTargetException
-
getPartObject
protected Object getPartObject(int index, Object object) throws Exception
- Overrides:
getPartObjectin classAbstractWrapperHelper- Throws:
Exception
-
-