Class RoomElementAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<String,Room.RoomElement>
-
- org.apache.openmeetings.db.bind.adapter.RoomElementAdapter
-
public class RoomElementAdapter extends XmlAdapter<String,Room.RoomElement>
-
-
Constructor Summary
Constructors Constructor Description RoomElementAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringmarshal(Room.RoomElement v)Room.RoomElementunmarshal(String v)
-
-
-
Method Detail
-
marshal
public String marshal(Room.RoomElement v) throws Exception
- Specified by:
marshalin classXmlAdapter<String,Room.RoomElement>- Throws:
Exception
-
unmarshal
public Room.RoomElement unmarshal(String v) throws Exception
- Specified by:
unmarshalin classXmlAdapter<String,Room.RoomElement>- Throws:
Exception
-
-