public class BatchResponse extends OwsServiceResponse implements Iterable<BatchResponse.ExceptionOrResponse>
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchResponse.ExceptionOrResponse |
| Constructor and Description |
|---|
BatchResponse() |
BatchResponse(List<BatchResponse.ExceptionOrResponse> responses) |
BatchResponse(String service,
String version,
List<BatchResponse.ExceptionOrResponse> responses) |
BatchResponse(String service,
String version,
String operationName,
List<BatchResponse.ExceptionOrResponse> responses) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(BatchResponse.ExceptionOrResponse eor) |
void |
add(OwsExceptionReport e) |
void |
add(OwsServiceResponse r) |
List<BatchResponse.ExceptionOrResponse> |
getResponses() |
boolean |
isEmpty() |
Iterator<BatchResponse.ExceptionOrResponse> |
iterator() |
close, getContentType, getExtensions, isSetContentType, setContentType, setExtensionsgetKey, getOperationName, getService, getVersion, hasOperationName, isSetService, isSetVersion, set, setOperationName, setService, setVersion, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratoraddExtension, addExtension, addExtensions, addSweBooleanExtension, addSweBooleanExtension, addSwesExtension, addSweTextExtension, getBooleanExtension, getBooleanExtension, getBooleanExtension, getBooleanExtension, getExtension, getExtension, getExtensionCount, hasExtension, hasExtension, hasExtensionspublic BatchResponse()
public BatchResponse(List<BatchResponse.ExceptionOrResponse> responses)
public BatchResponse(String service, String version, List<BatchResponse.ExceptionOrResponse> responses)
public BatchResponse(String service, String version, String operationName, List<BatchResponse.ExceptionOrResponse> responses)
public List<BatchResponse.ExceptionOrResponse> getResponses()
public void add(OwsExceptionReport e)
public void add(OwsServiceResponse r)
public void add(BatchResponse.ExceptionOrResponse eor)
public boolean isEmpty()
public Iterator<BatchResponse.ExceptionOrResponse> iterator()
iterator in interface Iterable<BatchResponse.ExceptionOrResponse>Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.