Uses of Class
com.ontotext.ordi.wsmo4rdf.remote.exception.UnmarshalException

Packages that use UnmarshalException
com.ontotext.ordi.wsmo4rdf.remote   
com.ontotext.ordi.wsmo4rdf.remote.server Provides web service backend for WSMO artifact storage via ORDI-SG WSMO4RDF implementation. 
 

Uses of UnmarshalException in com.ontotext.ordi.wsmo4rdf.remote
 

Methods in com.ontotext.ordi.wsmo4rdf.remote that throw UnmarshalException
static Goal Marshaller.unmarshalGoal(String goal)
           
static Mediator Marshaller.unmarshalMediatior(String mediatorAsString)
           
static Ontology Marshaller.unmarshalOntology(String ont)
           
static WebService Marshaller.unmarshalWebService(String webServiceAsString)
           
 

Uses of UnmarshalException in com.ontotext.ordi.wsmo4rdf.remote.server
 

Methods in com.ontotext.ordi.wsmo4rdf.remote.server that throw UnmarshalException
 void WsmoConnectionServiceImpl.addGoal(int connectionId, String goal)
           
 void WsmoConnectionService.addGoal(int connectionId, String goal)
           
 void WsmoConnectionServiceImpl.addMediator(int connectionId, String mediatorAsString)
           
 void WsmoConnectionService.addMediator(int connectionId, String mediatorAsString)
           
 void WsmoConnectionServiceImpl.addOntology(int connectionId, String ont)
           
 void WsmoConnectionService.addOntology(int connectionId, String ont)
           
 void WsmoConnectionServiceImpl.addWebService(int connectionId, String webServiceAsString)
           
 void WsmoConnectionService.addWebService(int connectionId, String webServiceAsString)
           
 void WsmoConnectionServiceImpl.saveGoal(int connectionId, String goal)
           
 void WsmoConnectionService.saveGoal(int connectionId, String goal)
           
 void WsmoConnectionServiceImpl.saveMediator(int connectionId, String mediatorAsString)
           
 void WsmoConnectionService.saveMediator(int connectionId, String mediatorAsString)
           
 void WsmoConnectionServiceImpl.saveOntology(int connectionId, String ontology)
           
 void WsmoConnectionService.saveOntology(int connectionId, String ont)
           
 void WsmoConnectionServiceImpl.saveWebService(int connectionId, String webServiceAsString)
           
 void WsmoConnectionService.saveWebService(int connectionId, String webServiceAsString)
           
 



Copyright © 2008. All Rights Reserved.