org.apache.wsrp4j.producer.util
Class MapSerializer

java.lang.Object
  extended byorg.apache.wsrp4j.producer.util.MapSerializer

public class MapSerializer
extends java.lang.Object

Version:
$Id: MapSerializer.java,v 1.4 2005/08/10 15:10:24 cziegeler Exp $
Author:
Stephan.Laertz@de.ibm.com Helper to serialize the parameter map of the portlet url

Field Summary
private static Logger logger
           
 
Constructor Summary
MapSerializer()
           
 
Method Summary
static byte[] serialize(java.util.Map parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static Logger logger
Constructor Detail

MapSerializer

public MapSerializer()
Method Detail

serialize

public static byte[] serialize(java.util.Map parameters)
                        throws java.io.IOException
Throws:
java.io.IOException


--