org.apache.cxf.jibx
Class JibxWrapperHelper
java.lang.Object
org.apache.cxf.databinding.AbstractWrapperHelper
org.apache.cxf.jibx.JibxWrapperHelper
- All Implemented Interfaces:
- WrapperHelper
public class JibxWrapperHelper
- extends AbstractWrapperHelper
JibxWrapperHelper
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 AbstractWrapperHelper
- Throws:
Exception
getWrapperObject
protected Object getWrapperObject(Object obj)
throws Exception
- Specified by:
getWrapperObject
in class AbstractWrapperHelper
- Throws:
Exception
Apache CXF