org.deri.wsmo4j.io.serializer.wsml
Class SerializerImpl

java.lang.Object
  extended by com.ontotext.wsmo4j.serializer.wsml.WSMLSerializerImpl
      extended by org.deri.wsmo4j.io.serializer.wsml.SerializerImpl
All Implemented Interfaces:
org.wsmo.wsml.Serializer

public class SerializerImpl
extends com.ontotext.wsmo4j.serializer.wsml.WSMLSerializerImpl
implements Serializer


Field Summary
 
Fields inherited from interface org.wsmo.wsml.Serializer
SERIALIZER_LE_SERIALIZER
 
Constructor Summary
SerializerImpl(Map<String,Object> map)
           
 
Method Summary
 String serialize(Choreography chor)
          Serializes a choreography object
 void serialize(org.wsmo.common.TopEntity[] topItem, Writer writer)
           
 
Methods inherited from class com.ontotext.wsmo4j.serializer.wsml.WSMLSerializerImpl
serialize, serialize, serialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializerImpl

public SerializerImpl(Map<String,Object> map)
Method Detail

serialize

public void serialize(org.wsmo.common.TopEntity[] topItem,
                      Writer writer)
               throws IOException
Specified by:
serialize in interface org.wsmo.wsml.Serializer
Overrides:
serialize in class com.ontotext.wsmo4j.serializer.wsml.WSMLSerializerImpl
Throws:
IOException

serialize

public String serialize(Choreography chor)
Description copied from interface: Serializer
Serializes a choreography object

Parameters:
chor - object to be serialized
Returns:
A String object defining the serialized choreography


Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.