Package org.apache.cxf.jaxb
Class JAXBWrapperHelper
- java.lang.Object
-
- org.apache.cxf.databinding.AbstractWrapperHelper
-
- org.apache.cxf.jaxb.JAXBWrapperHelper
-
- All Implemented Interfaces:
org.apache.cxf.databinding.WrapperHelper
public class JAXBWrapperHelper extends org.apache.cxf.databinding.AbstractWrapperHelper
-
-
Field Summary
Fields Modifier and Type Field Description protected Method[]jaxbObjectMethodsprotected ObjectobjectFactory
-
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)
-
-
-
Method Detail
-
createWrapperObject
protected Object createWrapperObject(Class<?> typeClass) throws Exception
- Specified by:
createWrapperObjectin classorg.apache.cxf.databinding.AbstractWrapperHelper- Throws:
Exception
-
getWrapperObject
protected Object getWrapperObject(Object object)
- Specified by:
getWrapperObjectin classorg.apache.cxf.databinding.AbstractWrapperHelper
-
getValue
protected Object getValue(Method method, Object in) throws IllegalAccessException, InvocationTargetException
- Overrides:
getValuein classorg.apache.cxf.databinding.AbstractWrapperHelper- Throws:
IllegalAccessExceptionInvocationTargetException
-
-