org.gcube.common.ghn.service.configuration
Class LifetimeHandlerAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<Object,LifetimeHandler>
org.gcube.common.ghn.service.configuration.LifetimeHandlerAdapter
public class LifetimeHandlerAdapter
- extends XmlAdapter<Object,LifetimeHandler>
Adapts LifetimeHandler bindings found in a ServiceConfiguration.
- Author:
- Fabio Simeoni
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LifetimeHandlerAdapter
public LifetimeHandlerAdapter()
marshal
public Object marshal(LifetimeHandler handler)
throws Exception
- Specified by:
marshal in class XmlAdapter<Object,LifetimeHandler>
- Throws:
Exception
unmarshal
public LifetimeHandler unmarshal(Object handler)
throws Exception
- Specified by:
unmarshal in class XmlAdapter<Object,LifetimeHandler>
- Throws:
Exception
Copyright © 2013. All Rights Reserved.