Uses of Interface
de.netseeker.ejoe.adapter.SerializeAdapter

Packages that use SerializeAdapter
de.netseeker.ejoe   
de.netseeker.ejoe.adapter   
de.netseeker.ejoe.io   
 

Uses of SerializeAdapter in de.netseeker.ejoe
 

Constructors in de.netseeker.ejoe with parameters of type SerializeAdapter
EJClient(java.lang.String host, int port, SerializeAdapter adapter)
          Creates an instance of the EJOE client.
EJClient(java.lang.String host, int port, int classLoaderPort, SerializeAdapter adapter)
          Creates an instance of the EJOE client with remote classloading enabled.
 

Uses of SerializeAdapter in de.netseeker.ejoe.adapter
 

Classes in de.netseeker.ejoe.adapter that implement SerializeAdapter
 class CastorAdapter
          An adapter for (de)serializing objects via the Castor XML library.
 class JavaBeansXmlAdapter
          Simple SerializeAdapter implementation using the XmlEncoder/XmlDecoder classes of the Java Beans API
 class ObjectStreamAdapter
          Simple (de)serialize adapter using the standard ObjectInputStream and ObjectoutputStream classes provided by SUN.
 class UTF8StringAdapter
          Simple raw string (de)Serializer for serializing/deserializing string messages.
 class XStreamAdapter
          An adapter for (de)serializing objects via the great XStream library
 

Methods in de.netseeker.ejoe.adapter that return SerializeAdapter
static SerializeAdapter AdapterFactory.createAdapter(java.lang.String name)
           
 

Uses of SerializeAdapter in de.netseeker.ejoe.io
 

Methods in de.netseeker.ejoe.io with parameters of type SerializeAdapter
static void IOUtils.adapterSerialize(SerializeAdapter adapter, java.io.OutputStream out, java.lang.Object obj, boolean compressed, int compressionLevel)
          Invokes a SerializeAdapter for the given Object and handles compression and buffering
static java.lang.Object IOUtils.adapterDeserialize(SerializeAdapter adapter, java.io.InputStream in, boolean compressed)
          Invokes a (De)SerializeAdapter for the given Object and handles decompression and buffering
 



Copyright © 2005-2006 netseeker. All Rights Reserved.