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
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
jaxbObjectMethods
protected final Method[] jaxbObjectMethods
objectFactory
protected final Object objectFactory
JAXBWrapperHelper
protected JAXBWrapperHelper(Class<?> wt,
                            Method[] sets,
                            Method[] gets,
                            Method[] jaxbs,
                            Field[] f,
                            Object of)
createWrapperObject
protected Object createWrapperObject(Class<?> typeClass)
                              throws Exception
- Specified by:
 createWrapperObject in class AbstractWrapperHelper
 
- Throws:
 Exception
 
getWrapperObject
protected Object getWrapperObject(Object object)
- Specified by:
 getWrapperObject in class AbstractWrapperHelper
 
 
getValue
protected Object getValue(Method method,
                          Object in)
                   throws IllegalAccessException,
                          InvocationTargetException
- Overrides:
 getValue in class AbstractWrapperHelper
 
- Throws:
 IllegalAccessException
InvocationTargetException
 
getPartObject
protected Object getPartObject(int index,
                               Object object)
                        throws Exception
- Overrides:
 getPartObject in class AbstractWrapperHelper
 
- Throws:
 Exception
 
Apache CXF