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, waittoHTTPResponsepublic 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 © 2013 NimbusDS. All Rights Reserved.