com.ontotext.ordi.wsmo4rdf
Class WSMLTripleSerializer

java.lang.Object
  extended by com.ontotext.ordi.wsmo4rdf.WSMLTripleSerializer
All Implemented Interfaces:
Serializer

public class WSMLTripleSerializer
extends Object
implements Serializer


Field Summary
 
Fields inherited from interface org.wsmo.wsml.Serializer
SERIALIZER_LE_SERIALIZER
 
Constructor Summary
WSMLTripleSerializer(Map<Object,Object> params)
           
 
Method Summary
 void serialize(TopEntity[] item, StringBuffer target)
           
 void serialize(TopEntity[] item, StringBuffer target, Map options)
           
 void serialize(TopEntity[] item, Writer target)
           
 void serialize(TopEntity[] item, Writer target, Map options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSMLTripleSerializer

public WSMLTripleSerializer(Map<Object,Object> params)
Method Detail

serialize

public void serialize(TopEntity[] item,
                      Writer target)
               throws IOException
Specified by:
serialize in interface Serializer
Throws:
IOException

serialize

public void serialize(TopEntity[] item,
                      StringBuffer target)
Specified by:
serialize in interface Serializer

serialize

public void serialize(TopEntity[] item,
                      StringBuffer target,
                      Map options)
Specified by:
serialize in interface Serializer

serialize

public void serialize(TopEntity[] item,
                      Writer target,
                      Map options)
               throws IOException
Specified by:
serialize in interface Serializer
Throws:
IOException


Copyright © 2008. All Rights Reserved.