ClientChannel.RegistrationHandler
@Deprecated protected abstract class ClientChannel.SimpleRegistrationHandler extends java.lang.Object implements ClientChannel.RegistrationHandler
Modifier | Constructor | Description |
---|---|---|
protected |
SimpleRegistrationHandler() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
abstract Message |
getRegistrationMessage() |
Deprecated.
Just creates registration handler here.
|
boolean |
handleResponse(Message response) |
Deprecated.
|
boolean |
isRegistrationComplete() |
Deprecated.
|
protected abstract boolean |
isResponseAccepted(Message response) |
Deprecated.
Checks if message is valid response for registration message.
|
protected abstract boolean isResponseAccepted(Message response) throws RegistrationException
response
- response from serverRegistrationException
- if the message is unacceptable.public abstract Message getRegistrationMessage()
getRegistrationMessage
in interface ClientChannel.RegistrationHandler
public boolean handleResponse(Message response) throws ProtocolException
handleResponse
in interface ClientChannel.RegistrationHandler
ProtocolException
public boolean isRegistrationComplete()
isRegistrationComplete
in interface ClientChannel.RegistrationHandler
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.