org.apache.cxf.jaxrs.provider
Class AbstractJAXBProvider.CollectionWrapper
java.lang.Object
org.apache.cxf.jaxrs.provider.AbstractJAXBProvider.CollectionWrapper
- Enclosing class:
- AbstractJAXBProvider<T>
protected static class AbstractJAXBProvider.CollectionWrapper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractJAXBProvider.CollectionWrapper
protected AbstractJAXBProvider.CollectionWrapper()
setList
public void setList(List<?> list)
getList
public List<?> getList()
getCollectionOrArray
public <T> Object getCollectionOrArray(Unmarshaller unm,
Class<T> type,
Class<?> origType,
XmlJavaTypeAdapter adapter)
throws JAXBException
- Throws:
JAXBException
Apache CXF