public class JaxbCollectionAdapter extends XmlAdapter<JaxbListWrapper,Collection>
Constructor and Description |
---|
JaxbCollectionAdapter() |
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>
Exception
public Collection unmarshal(JaxbListWrapper v) throws Exception
unmarshal
in class XmlAdapter<JaxbListWrapper,Collection>
Exception
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.