public abstract class ClientRegistrationResponse extends Object implements Response
Related specifications:
Constructor and Description |
---|
ClientRegistrationResponse() |
Modifier and Type | Method and Description |
---|---|
static ClientRegistrationResponse |
parse(HTTPResponse httpResponse)
Parses a client registration response from the specified HTTP
response.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
indicatesSuccess, toHTTPResponse
public ClientRegistrationResponse()
public static ClientRegistrationResponse parse(HTTPResponse httpResponse) throws ParseException
httpResponse
- The HTTP response. Must not be null
.ParseException
- If the HTTP response couldn't be parsed to a
client registration response.Copyright © 2015 Connect2id Ltd.. All Rights Reserved.