* Add this policy to the registry.
* @param registry The registry containing the policy.
*/
public static void register(final HandlerRegistry registry)
{
registry.registerBodyHandler(CoordinationConstants.WSCOOR_ELEMENT_CREATE_COORDINATION_CONTEXT_RESPONSE_QNAME, new CreateCoordinationContextResponseHandler()) ;
registry.registerFaultHandler(new ActivationRequesterSoapFaultHandler()) ;
}