Apache CXF API

org.apache.cxf.jibx
Class JibxWrapperHelper

java.lang.Object
  extended by org.apache.cxf.databinding.AbstractWrapperHelper
      extended by org.apache.cxf.jibx.JibxWrapperHelper
All Implemented Interfaces:
WrapperHelper

public class JibxWrapperHelper
extends AbstractWrapperHelper

JibxWrapperHelper


Field Summary
 
Fields inherited from class org.apache.cxf.databinding.AbstractWrapperHelper
fields, getMethods, NO_CLASSES, NO_PARAMS, setMethods, wrapperType
 
Constructor Summary
protected JibxWrapperHelper(Class<?> wt, Method[] sets, Method[] gets, Field[] f)
           
 
Method Summary
protected  Object createWrapperObject(Class<?> clazz)
           
protected  Object getWrapperObject(Object obj)
           
 
Methods inherited from class org.apache.cxf.databinding.AbstractWrapperHelper
createWrapperObject, getPartObject, getSignature, getValue, getWrapperParts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JibxWrapperHelper

protected JibxWrapperHelper(Class<?> wt,
                            Method[] sets,
                            Method[] gets,
                            Field[] f)
Method Detail

createWrapperObject

protected Object createWrapperObject(Class<?> clazz)
                              throws Exception
Specified by:
createWrapperObject in class AbstractWrapperHelper
Throws:
Exception

getWrapperObject

protected Object getWrapperObject(Object obj)
                           throws Exception
Specified by:
getWrapperObject in class AbstractWrapperHelper
Throws:
Exception

Apache CXF API

Apache CXF