org.deri.wsmo4j.io.serializer.wsml
Class SerializerImpl
java.lang.Object
com.ontotext.wsmo4j.serializer.wsml.WSMLSerializerImpl
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
Fields inherited from interface org.wsmo.wsml.Serializer |
SERIALIZER_LE_SERIALIZER |
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 |
SerializerImpl
public SerializerImpl(Map<String,Object> map)
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.