org.apache.cxf.databinding
Interface WrapperHelper
- All Known Implementing Classes: 
 - AbstractWrapperHelper, JAXBWrapperHelper, JibxWrapperHelper, XmlBeansWrapperHelper
 
public interface WrapperHelper
This wrapper helper will help to create a wrapper object with part elements or 
  get a list of part elements from a wrapper object.
 
createWrapperObject
Object createWrapperObject(List<?> lst)
                           throws Fault
- Throws:
 Fault
 
getWrapperParts
List<Object> getWrapperParts(Object o)
                             throws Fault
- Throws:
 Fault
 
getSignature
String getSignature()
 
Apache CXF