Represents an implementation unit corresponding of one or multiple
service interfaces, co-locate in a single implementation unit such as a plain
Java class, a BPEL process, an EJB or Servlet.
author: Nam Nguyen author: Chris Webster author: Jiri Kopsa
createServiceInterface(InterfaceDescription description, boolean provider) Ensures this component provide for or consume the given interface.
Parameters: description - the interface to create consumer or provider service for.
Ensures this component provide for or consume the given interface.
Parameters: description - the interface to create consumer or provider service for. the service interface object.
Returns the visualization of the service component. The node should provide
navigation to the component editors and access to its content.
visualization node for the service component.
Removes service interface from this component. Will also remove
any associated connections from the containing service module container.
Note that the related service interfaces and service links are not removed.