Uses of Class
org.n52.shetland.ogc.sos.response.BatchResponse.ExceptionOrResponse
-
Packages that use BatchResponse.ExceptionOrResponse Package Description org.n52.shetland.ogc.sos.response -
-
Uses of BatchResponse.ExceptionOrResponse in org.n52.shetland.ogc.sos.response
Methods in org.n52.shetland.ogc.sos.response that return types with arguments of type BatchResponse.ExceptionOrResponse Modifier and Type Method Description List<BatchResponse.ExceptionOrResponse>BatchResponse. getResponses()Iterator<BatchResponse.ExceptionOrResponse>BatchResponse. iterator()Methods in org.n52.shetland.ogc.sos.response with parameters of type BatchResponse.ExceptionOrResponse Modifier and Type Method Description voidBatchResponse. add(BatchResponse.ExceptionOrResponse eor)Constructor parameters in org.n52.shetland.ogc.sos.response with type arguments of type BatchResponse.ExceptionOrResponse Constructor Description BatchResponse(String service, String version, String operationName, List<BatchResponse.ExceptionOrResponse> responses)BatchResponse(String service, String version, List<BatchResponse.ExceptionOrResponse> responses)BatchResponse(List<BatchResponse.ExceptionOrResponse> responses)
-