Uses of Interface
org.apache.cxf.databinding.WrapperHelper
Packages that use WrapperHelper
-
Uses of WrapperHelper in org.apache.cxf.databinding
Classes in org.apache.cxf.databinding that implement WrapperHelperModifier and TypeClassDescriptionclassThis wrapper helper will use reflection to handle the wrapped messageMethods in org.apache.cxf.databinding that return WrapperHelper -
Uses of WrapperHelper in org.apache.cxf.jaxb
Classes in org.apache.cxf.jaxb that implement WrapperHelperMethods in org.apache.cxf.jaxb that return WrapperHelperModifier and TypeMethodDescriptionWrapperHelperClassGenerator.compile(Class<?> wrapperType, Method[] setMethods, Method[] getMethods, Method[] jaxbMethods, Field[] fields, Object objectFactory) WrapperHelperClassLoader.compile(Class<?> wrapperType, Method[] setMethods, Method[] getMethods, Method[] jaxbMethods, Field[] fields, Object objectFactory) WrapperHelperCreator.compile(Class<?> wrapperType, Method[] setMethods, Method[] getMethods, Method[] jaxbMethods, Field[] fields, Object objectFactory) WrapperHelperProxyService.compile(Class<?> wrapperType, Method[] setMethods, Method[] getMethods, Method[] jaxbMethods, Field[] fields, Object objectFactory) JAXBDataBinding.createWrapperHelper(Class<?> wrapperType, QName wrapperName, List<String> partNames, List<String> elTypeNames, List<Class<?>> partClasses)