public static class RegistrationResponse.Rejection extends RegistrationResponse
A rejection indicates a permanent problem which prevents the registration between the
target and the caller which cannot be solved by retrying the connection. Consequently, the
RetryingRegistration
will stop when it receives a RegistrationResponse.Rejection
response from the
target. Moreover, a target should respond with RegistrationResponse.Rejection
if it realizes that it
cannot work with the caller.
RegistrationResponse.Failure, RegistrationResponse.Rejection, RegistrationResponse.Success
Constructor and Description |
---|
Rejection() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.