-
Notifications
You must be signed in to change notification settings - Fork 17
Messaging container factories
Markus Sabadello edited this page Feb 6, 2017
·
2 revisions
Messaging container factories are an important concept of the xdi2-transport component. They make it possible to dynamically create messaging containers at runtime.
A messaging container factory can be mounted by the endpoint registry of the xdi2-transport component.
The by far most important messaging container factory is the RegistryGraphMessagingContainerFactory, which can dynamically create messaging containers based on the contents of a "registry graph". Another messaging container factory is the AnyGraphMessagingContainerFactory.
- xdi2.transport.impl.http.factory.MessagingContainerFactory: A MessagingContainerFactory can dynamically create MessagingContainers at runtime.
This work is licensed under a Creative Commons Attribution 4.0 International License.