public class LogicalService extends LogicalBindable
callbackOperations, operations, serviceContract| Constructor and Description |
|---|
LogicalService(java.net.URI uri,
org.fabric3.api.model.type.component.Service<org.fabric3.api.model.type.component.ComponentType> definition,
LogicalComponent<?> parent)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.fabric3.api.model.type.component.Service<org.fabric3.api.model.type.component.ComponentType> |
getDefinition()
Returns the service definition for the logical service.
|
addBinding, addCallbackBinding, getBindings, getCallbackBindings, isBoundcreateOperations, getCallbackOperations, getOperations, getServiceContract, getUri, setServiceContractaddMetadata, getMetadata, getParentpublic LogicalService(java.net.URI uri,
org.fabric3.api.model.type.component.Service<org.fabric3.api.model.type.component.ComponentType> definition,
LogicalComponent<?> parent)
uri - the service uridefinition - the service definitionparent - the service parent component