| |
|
| org.netbeans.modules.serviceapi.ServiceInterface
ServiceInterface | public interface ServiceInterface (Code) | | Represents the service view of a web service interface.
The service view defines the provider or consumer side of the interface.
author: Nam Nguyen author: Chris Webster author: Jiri Kopsa |
canConnect | boolean canConnect(ServiceInterface other)(Code) | | Whether provider-consumer relationship is possible between this
service interface and the given service interface.
|
getNode | Node getNode()(Code) | | the visual representation of this service interface. |
getServiceComponent | ServiceComponent getServiceComponent()(Code) | | Returns service component exposing this service interface.
|
isProvider | boolean isProvider()(Code) | | true if this service interface is of providing nature; return false if it is of consuming nature. |
|
|
|