* Add this policy to the registry.
* @param registry The registry containing the policy.
*/
public static void register(final HandlerRegistry registry)
{
registry.registerHeaderHandler(CoordinationConstants.WSCOOR_ELEMENT_COORDINATION_CONTEXT_QNAME, new CoordinationContextHandler()) ;
}