Service Manager
ServiceManager is the central building block that knows about all registered components and services + and is able to create the corresponding proxies.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Get return a suitable channel for the given component descriptor and address
Link copied to clipboard
handle exceptions throw by the service method by unwrapping reflection wrappers ( e.g. UndeclaredThrowable ) first If the exception is part of the signature, the exception is simply rethrown. Only if not, it will be delegates to the central exception manager to handle it, and then wrapped in a FatalException. If a FatalException is caught it will be rethrown immediately
Link copied to clipboard