getResponseFormat Get the format that responses are returned to us in (xml | json) @return String
()
| 79 | * @return String |
| 80 | */ |
| 81 | public static String getResponseFormat() { |
| 82 | return getProperty(RESPONSE_FORMAT); |
| 83 | } |
| 84 | |
| 85 | /** |
| 86 | * getStoreResponse |
no test coverage detected