Package org.apache.cxf.databinding
Interface WrapperHelper
- 
- All Known Implementing Classes:
- AbstractWrapperHelper
 
 public interface WrapperHelperThis wrapper helper will help to create a wrapper object with part elements or get a list of part elements from a wrapper object.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectcreateWrapperObject(List<?> lst)StringgetSignature()List<Object>getWrapperParts(Object o)
 
-