java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<
String,
org.gatein.pc.api.WindowState>
org.gatein.pc.portlet.impl.metadata.adapter.WindowStateAdapter
public class WindowStateAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<String,org.gatein.pc.api.WindowState>
- Version:
- $Revision$
- Author:
- Emanuel Muckenhuber
-
Constructor Summary
Constructors
-
Method Summary
marshal(org.gatein.pc.api.WindowState arg0)
org.gatein.pc.api.WindowState
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WindowStateAdapter
public WindowStateAdapter()
-
Method Details
-
marshal
- Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,org.gatein.pc.api.WindowState>
- Throws:
Exception
-
unmarshal
public org.gatein.pc.api.WindowState unmarshal(String name)
throws Exception
- Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,org.gatein.pc.api.WindowState>
- Throws:
Exception