public final class JSONCall extends Object
Transfer.loadJSON(org.apidesign.html.json.spi.JSONCall) implementors.| Modifier and Type | Method and Description |
|---|---|
String |
composeURL(String jsonpCallback) |
String |
getMessage() |
String |
getMethod() |
boolean |
isDoOutput()
Do we have some data to send?
|
boolean |
isJSONP() |
void |
notifyError(Throwable error) |
void |
notifySuccess(Object result) |
void |
writeData(OutputStream os) |
public boolean isDoOutput()
writeData(java.io.OutputStream) method be
called?public void writeData(OutputStream os) throws IOException
IOExceptionpublic String getMethod()
public boolean isJSONP()
public void notifySuccess(Object result)
public void notifyError(Throwable error)
public String getMessage()
Copyright © 2014 NetBeans. All Rights Reserved.