com.ontotext.ordi.wsmo4rdf.remote
Class Marshaller

java.lang.Object
  extended by com.ontotext.ordi.wsmo4rdf.remote.Marshaller

public class Marshaller
extends Object


Constructor Summary
Marshaller()
           
 
Method Summary
static String marshal(TopEntity topEntity)
           
static IRI newIRI(String id)
           
static Goal unmarshalGoal(String goal)
           
static Mediator unmarshalMediatior(String mediatorAsString)
           
static Ontology unmarshalOntology(String ont)
           
static WebService unmarshalWebService(String webServiceAsString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Marshaller

public Marshaller()
Method Detail

marshal

public static String marshal(TopEntity topEntity)

unmarshalGoal

public static Goal unmarshalGoal(String goal)
                          throws UnmarshalException
Throws:
UnmarshalException

unmarshalOntology

public static Ontology unmarshalOntology(String ont)
                                  throws UnmarshalException
Throws:
UnmarshalException

unmarshalWebService

public static WebService unmarshalWebService(String webServiceAsString)
                                      throws UnmarshalException
Throws:
UnmarshalException

unmarshalMediatior

public static Mediator unmarshalMediatior(String mediatorAsString)
                                   throws UnmarshalException
Throws:
UnmarshalException

newIRI

public static IRI newIRI(String id)


Copyright © 2008. All Rights Reserved.