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