org.gcube.common.ghn.service.configuration
Class RequestHandlerAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<Object,RequestHandler>
org.gcube.common.ghn.service.configuration.RequestHandlerAdapter
public class RequestHandlerAdapter
- extends XmlAdapter<Object,RequestHandler>
Adapts RequestHandlers 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 |
RequestHandlerAdapter
public RequestHandlerAdapter()
marshal
public Object marshal(RequestHandler handler)
throws Exception
- Specified by:
marshal in class XmlAdapter<Object,RequestHandler>
- Throws:
Exception
unmarshal
public RequestHandler unmarshal(Object handler)
throws Exception
- Specified by:
unmarshal in class XmlAdapter<Object,RequestHandler>
- Throws:
Exception
Copyright © 2013. All Rights Reserved.