public class HttpRequestXmlLoader extends Object implements AsyncXmlLoader
| Constructor and Description |
|---|
HttpRequestXmlLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
loadResource(String resourceUrl,
AsyncXmlLoaderCallback callback)
Initiates a request to load an XML resource
|
public void loadResource(String resourceUrl, AsyncXmlLoaderCallback callback)
AsyncXmlLoaderloadResource in interface AsyncXmlLoaderresourceUrl - The resource to loadcallback - A callback invoked to process the resource once it is loadedCopyright © 2018. All Rights Reserved.