public abstract class OAuthMessage extends Object implements Serializable
| Constructor and Description |
|---|
OAuthMessage() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
asJSON()
Represent the message as JSON
|
abstract String |
asQueryParams()
Represent the message as Query Parameters
|
protected String |
encode(String elem) |
protected org.codehaus.jackson.map.ObjectMapper |
getObjectMapper() |
Copyright © 2013 JBoss Inc.. All Rights Reserved.