Interface OAuthMessage
-
- All Known Implementing Classes:
OAuthASResponse,OAuthClientRequest,OAuthResponse,OAuthRSResponse
public interface OAuthMessage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddHeader(String name, String header)StringgetBody()StringgetHeader(String name)Map<String,String>getHeaders()StringgetLocationUri()voidsetBody(String body)voidsetHeaders(Map<String,String> headers)voidsetLocationUri(String uri)
-