Skip to content

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.

Interfaces and Classes

Clone this wiki locally