Class NodeLevelResourceAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<NodeLevelResourceDTO,NodeLevelResource>
-
- org.opennms.netmgt.collection.adapters.NodeLevelResourceAdapter
-
public class NodeLevelResourceAdapter extends XmlAdapter<NodeLevelResourceDTO,NodeLevelResource>
-
-
Constructor Summary
Constructors Constructor Description NodeLevelResourceAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeLevelResourceDTO
marshal(NodeLevelResource resource)
NodeLevelResource
unmarshal(NodeLevelResourceDTO dto)
-
-
-
Method Detail
-
unmarshal
public NodeLevelResource unmarshal(NodeLevelResourceDTO dto) throws Exception
- Specified by:
unmarshal
in classXmlAdapter<NodeLevelResourceDTO,NodeLevelResource>
- Throws:
Exception
-
marshal
public NodeLevelResourceDTO marshal(NodeLevelResource resource) throws Exception
- Specified by:
marshal
in classXmlAdapter<NodeLevelResourceDTO,NodeLevelResource>
- Throws:
Exception
-
-