public abstract class AbstractResponse extends Object implements Response
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<String> |
ogoneFields |
protected Map<String,Object> |
parameters |
| Constructor and Description |
|---|
AbstractResponse(String xmlString) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getParameter(String key) |
Map<String,Object> |
toMap() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisSuccessfulpublic AbstractResponse(String xmlString) throws XmlParseException
XmlParseExceptionCopyright © 2016. All rights reserved.