Interface | Description |
---|---|
AttributeName | |
BPELServiceManagementService | |
ExternalServiceManagementService |
Provides an API to administer data unique to external services
|
ServiceDeploymentManagementService | |
ServiceManagementService |
The interface of the service administration service.
|
SubscriptionManagementService |
Class | Description |
---|---|
CompositeServiceEntry | |
CompositeServiceEntrySearchResult | |
Endpoint |
Stores the endpoint.
|
Invocation |
Stores external service call data.
|
ServiceDeployment | |
ServiceEntry |
Stores the service's owner data.
|
ServiceEntrySearchResult |
Stores the result of the service entry search.
|
ServiceEntryWithCompactLanguageExpression |
Stores the service's owner data.
|
ServiceEntryWithCompactLanguageExpressionSearchResult |
Stores the result of the service entry search.
|
ServiceInstance |
Stores data relating to the instance of the service.
|
ServiceProfile |
Stores the service's profile data.
|
Subscription |
Exception | Description |
---|---|
EndpointNotFoundException |
Exception thrown when an endpoint does not exist.
|
ServiceAlreadyExistsException |
Exception thrown when the service already exists.
|
ServiceDeploymentAlreadyExistsException | |
ServiceDeploymentNotFoundException | |
ServiceException | |
ServiceNotActivatableException |
Exception thrown when the service cannot become active.
|
ServiceNotDeactivatableException |
Exception thrown when the service cannot become inactive.
|
ServiceNotInactiveException |
Exception thrown when the service is not in an inactive state.
|