org.wsmo.service
Interface Interface

All Superinterfaces:
Entity, TopEntity

public interface Interface
extends TopEntity

This java interface represents a WSMO web service interface.

Version:
$Revision: 386 $ $Date: 2005-06-01 13:59:58 +0300 (Wed, 01 Jun 2005) $
Author:
not attributable

Method Summary
 Choreography createChoreography(Identifier id)
          Creates a new Choreography object.
 Orchestration createOrchestration(Identifier id)
          Creates a new Orchestration object.
 Choreography getChoreography()
          Returns the choreography of this interface.
 Orchestration getOrchestration()
          Returns the orchestration of this interface.
 void setChoreography(Choreography chor)
          Sets the choreography of the this interface.
 void setOrchestration(Orchestration orch)
          Sets the orchestration of this interface.
 
Methods inherited from interface org.wsmo.common.TopEntity
addMediator, addNamespace, addOntology, findNamespace, getDefaultNamespace, getWsmlVariant, listMediators, listNamespaces, listOntologies, removeMediator, removeNamespace, removeNamespace, removeOntology, removeOntology, setDefaultNamespace, setDefaultNamespace, setWsmlVariant
 
Methods inherited from interface org.wsmo.common.Entity
addNFPValue, addNFPValue, getIdentifier, listNFPValues, listNFPValues, removeNFP, removeNFPValue, removeNFPValue
 

Method Detail

getOrchestration

Orchestration getOrchestration()
Returns the orchestration of this interface.

Returns:
The orchestration of this interface.
Throws:
SynchronisationException
See Also:
setOrchestration(org.wsmo.service.Orchestration)

setOrchestration

void setOrchestration(Orchestration orch)
Sets the orchestration of this interface.

Parameters:
orch - The new orchestration.
Throws:
SynchronisationException
InvalidModelException
See Also:
getOrchestration()

getChoreography

Choreography getChoreography()
Returns the choreography of this interface.

Returns:
The choreography of this interface.
Throws:
SynchronisationException
See Also:
setChoreography(org.wsmo.service.Choreography)

setChoreography

void setChoreography(Choreography chor)
Sets the choreography of the this interface.

Parameters:
chor - A reference to the new choreography.
Throws:
SynchronisationException
InvalidModelException
See Also:
getChoreography()

createChoreography

Choreography createChoreography(Identifier id)
Creates a new Choreography object.

Parameters:
id - The ID of the new Choreography object
Returns:
The newly created Choreography object.

createOrchestration

Orchestration createOrchestration(Identifier id)
Creates a new Orchestration object.

Parameters:
id - The ID of the new Orchestration object.
Returns:
The newly created Orchestration object.


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