org.apache.cxf.jibx
Class JibxWrapperHelper
java.lang.Object
org.apache.cxf.databinding.AbstractWrapperHelper
org.apache.cxf.jibx.JibxWrapperHelper
- All Implemented Interfaces:
- org.apache.cxf.databinding.WrapperHelper
public class JibxWrapperHelper
- extends org.apache.cxf.databinding.AbstractWrapperHelper
JibxWrapperHelper
| Fields inherited from class org.apache.cxf.databinding.AbstractWrapperHelper |
fields, getMethods, NO_CLASSES, NO_PARAMS, setMethods, wrapperType |
| 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 |
JibxWrapperHelper
protected JibxWrapperHelper(Class<?> wt,
Method[] sets,
Method[] gets,
Field[] f)
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