Apache CXF API

Uses of Interface
org.apache.cxf.databinding.WrapperHelper

Packages that use WrapperHelper
org.apache.cxf.databinding   
 

Uses of WrapperHelper in org.apache.cxf.databinding
 

Classes in org.apache.cxf.databinding that implement WrapperHelper
 class AbstractWrapperHelper
          This wrapper helper will use reflection to handle the wrapped message
 

Methods in org.apache.cxf.databinding that return WrapperHelper
 WrapperHelper WrapperCapableDatabinding.createWrapperHelper(java.lang.Class<?> wrapperType, java.util.List<java.lang.String> partNames, java.util.List<java.lang.String> elTypeNames, java.util.List<java.lang.Class<?>> partClasses)
           
 


Apache CXF API

Apache CXF