com.intel.gpe.client2.common.clientwrapper
Class ClientWrapperJaxbAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<byte[],ClientWrapper<?,?>>
com.intel.gpe.client2.common.clientwrapper.ClientWrapperJaxbAdapter
public class ClientWrapperJaxbAdapter
- extends javax.xml.bind.annotation.adapters.XmlAdapter<byte[],ClientWrapper<?,?>>
- Version:
- $Id: ClientWrapperJaxbAdapter.java,v 1.7 2006/12/11 12:52:51 vashorin Exp $
- Author:
- Valery Shorin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientWrapperJaxbAdapter
public ClientWrapperJaxbAdapter()
marshal
public byte[] marshal(ClientWrapper<?,?> v)
throws java.lang.Exception
- Specified by:
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<byte[],ClientWrapper<?,?>>
- Throws:
java.lang.Exception
unmarshal
public ClientWrapper<?,?> unmarshal(byte[] v)
throws ClientWrapperJaxbAdapter.WSRPClientUnmarshallingException
- Specified by:
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<byte[],ClientWrapper<?,?>>
- Throws:
ClientWrapperJaxbAdapter.WSRPClientUnmarshallingException
init
public static void init(ListClient listClient,
com.intel.gpe.clients.api.ClientFactory<com.intel.gpe.clients.api.TargetSystemFactoryClient> factory)
getClients
public static java.util.List<ClientWrapper<? extends com.intel.gpe.clients.api.WSRPClient,?>> getClients()
setClients
public static void setClients(java.util.List<ClientWrapper<? extends com.intel.gpe.clients.api.WSRPClient,?>> clients)
Copyright © 2008. All Rights Reserved.