org.netbeans.modules.serviceapi |
|
Java Source File Name | Type | Comment |
IntegrationContainer.java | Class | Represent service module container, with information about
service provider-consumer relationships. |
InterfaceDescription.java | Interface | Descriptor of a web service interface. |
ServiceComponent.java | Class | 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. |
ServiceConnection.java | Interface | Represent server consumer and service provider relationship. |
ServiceInterface.java | Interface | Represents the service view of a web service interface. |
ServiceLink.java | Interface | Represents the service coordination information. |
ServiceModule.java | Class | Represents a unit in designing and composing service-based application. |
ServiceModuleContainer.java | Class | Represents a container of multiple service modules. |