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:
org.apache.cxf.databinding.WrapperHelper

public class JibxWrapperHelper
extends org.apache.cxf.databinding.AbstractWrapperHelper

JibxWrapperHelper


Field Summary
 
Fields inherited from class org.apache.cxf.databinding.AbstractWrapperHelper
fields, getMethods, NO_CLASSES, NO_PARAMS, setMethods, validate, 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, getValidate, getValue, getWrapperParts, setValidate
 
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 org.apache.cxf.databinding.AbstractWrapperHelper
Throws:
Exception

getWrapperObject

protected Object getWrapperObject(Object obj)
                           throws Exception
Specified by:
getWrapperObject in class org.apache.cxf.databinding.AbstractWrapperHelper
Throws:
Exception


Apache CXF