public abstract class PublishingRequest extends Object
| Constructor and Description |
|---|
PublishingRequest(String method) |
| Modifier and Type | Method and Description |
|---|---|
abstract PublishingResponse |
call(PublishingEndpoint endpoint) |
String |
getApiVersion() |
long |
getId() |
String |
getJsonrpc() |
String |
getMethod() |
public PublishingRequest(String method)
public long getId()
public String getJsonrpc()
public String getApiVersion()
public String getMethod()
public abstract PublishingResponse call(PublishingEndpoint endpoint) throws IOException
IOExceptionCopyright © 2004-2014. All Rights Reserved.