|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Interface
This java interface represents a WSMO web service interface.
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 |
---|
Orchestration getOrchestration()
SynchronisationException
setOrchestration(org.wsmo.service.Orchestration)
void setOrchestration(Orchestration orch)
orch
- The new orchestration.
SynchronisationException
InvalidModelException
getOrchestration()
Choreography getChoreography()
SynchronisationException
setChoreography(org.wsmo.service.Choreography)
void setChoreography(Choreography chor)
chor
- A reference to the new choreography.
SynchronisationException
InvalidModelException
getChoreography()
Choreography createChoreography(Identifier id)
id
- The ID of the new Choreography object
Orchestration createOrchestration(Identifier id)
id
- The ID of the new Orchestration object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |