policyUpdatedTo(RegistrationPolicy policy) We listen for RegistrationPolicy changes so that we can provide the proper behavior at all time if the policy has
been changed by users since this RegistrationManager was initialized...
public void
propertiesHaveChanged(Map<QName, ? extends PropertyDescription> registrationProperties) We listen to registration property changes on the producer configuration so that we can invalidate the current
registrations.
We listen for RegistrationPolicy changes so that we can provide the proper behavior at all time if the policy has
been changed by users since this RegistrationManager was initialized...
Parameters: policy -
We listen to registration property changes on the producer configuration so that we can invalidate the current
registrations. Consumers will need to call modifyRegistration since properties have changed... which requires
throwing an OperationFailedFault... not an InvalidRegistrationFault!
Parameters: registrationProperties -