Apache CXF API

org.apache.cxf.jaxrs.provider
Class AbstractJAXBProvider.CollectionWrapper

java.lang.Object
  extended by org.apache.cxf.jaxrs.provider.AbstractJAXBProvider.CollectionWrapper
Enclosing class:
AbstractJAXBProvider<T>

protected static class AbstractJAXBProvider.CollectionWrapper
extends Object


Constructor Summary
protected AbstractJAXBProvider.CollectionWrapper()
           
 
Method Summary
<T> Object
getCollectionOrArray(Unmarshaller unm, Class<T> type, Class<?> origType, XmlJavaTypeAdapter adapter)
           
 List<?> getList()
           
 void setList(List<?> list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJAXBProvider.CollectionWrapper

protected AbstractJAXBProvider.CollectionWrapper()
Method Detail

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 API

Apache CXF