Class CustomWindowStateAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<List<CustomWindowStateMetaData>,Map<String,CustomWindowStateMetaData>>
org.gatein.pc.portlet.impl.metadata.adapter.CustomWindowStateAdapter
public class CustomWindowStateAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<List<CustomWindowStateMetaData>,Map<String,CustomWindowStateMetaData>>
- Version:
- $Revision$
- Author:
- Emanuel Muckenhuber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
CustomWindowStateAdapter
public CustomWindowStateAdapter()
-
-
Method Details
-
marshal
public List<CustomWindowStateMetaData> marshal(Map<String, CustomWindowStateMetaData> map) throws Exception- Specified by:
marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<List<CustomWindowStateMetaData>,Map<String, CustomWindowStateMetaData>> - Throws:
Exception
-
unmarshal
public Map<String,CustomWindowStateMetaData> unmarshal(List<CustomWindowStateMetaData> list) throws Exception - Specified by:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<List<CustomWindowStateMetaData>,Map<String, CustomWindowStateMetaData>> - Throws:
Exception
-