Skip to content

LinkContractInterceptor

Markus Sabadello edited this page May 28, 2013 · 2 revisions

This interceptor enforces link contracts while a message is executed.

Interfaces and Classes

Properties

  • linkContractsGraph: A graph that contains the link contracts to be enforced.

Example Spring Bean

<bean class="xdi2.messaging.target.interceptor.impl.linkcontract.LinkContractInterceptor">
	<property name="linkContractsGraph" ref="graph1" />
</bean>
Clone this wiki locally