|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceDescription
An interface representing a service description (e.g. a Goal or a WebService).
Method Summary | |
---|---|
void |
addInterface(Interface iface)
Adds a new interface to the list of interfaces of this WebService/Goal. |
Capability |
getCapability()
Returns the capability of this WebService/Goal. |
Set<Interface> |
listInterfaces()
Lists the interfaces of this WebService/Goal. |
void |
removeInterface(Identifier id)
Removes the specified interface from the list of iterfaces of this WebService/Goal. |
void |
removeInterface(Interface iface)
Removes the specified interface from the list of iterfaces of this WebService/Goal. |
void |
setCapability(Capability cap)
Sets the capability of this WebService/Goal. |
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 |
---|
void addInterface(Interface iface)
iface
- The new interface to be added to the list.
SynchronisationException
InvalidModelException
removeInterface(Interface iface)
,
removeInterface(Identifier id)
void removeInterface(Interface iface)
iface
- The interface to be removed from the list of interfacaes.
SynchronisationException
InvalidModelException
removeInterface(Identifier id)
void removeInterface(Identifier id)
id
- The ID of the interface to be removed from the list of interfacaes.
SynchronisationException
InvalidModelException
removeInterface(Interface iface)
Set<Interface> listInterfaces()
SynchronisationException
Capability getCapability()
SynchronisationException
setCapability(org.wsmo.service.Capability)
void setCapability(Capability cap)
cap
- The new capability to be associated with this WebService/Goal
SynchronisationException
InvalidModelException
getCapability()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |