public class JaxbListAdapter extends XmlAdapter<JaxbListWrapper,Collection>
| Constructor and Description |
|---|
JaxbListAdapter() |
| Modifier and Type | Method and Description |
|---|---|
JaxbListWrapper |
marshal(Collection v) |
Collection |
unmarshal(JaxbListWrapper v) |
public JaxbListWrapper marshal(Collection v) throws Exception
marshal in class XmlAdapter<JaxbListWrapper,Collection>Exceptionpublic Collection unmarshal(JaxbListWrapper v) throws Exception
unmarshal in class XmlAdapter<JaxbListWrapper,Collection>ExceptionCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.