Uses of Class
org.codice.ddf.spatial.ogc.csw.catalog.common.CswException
Packages that use CswException
-
Uses of CswException in org.codice.ddf.spatial.ogc.csw.catalog.common
Methods in org.codice.ddf.spatial.ogc.csw.catalog.common that throw CswExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseCswSubscribe.createEvent(net.opengis.cat.csw.v_2_0_2.GetRecordsResponseType recordsResponse) Consume a create eventjavax.ws.rs.core.ResponseCswSubscribe.createRecordsSubscription(net.opengis.cat.csw.v_2_0_2.GetRecordsType request) Create a subscriptionjavax.ws.rs.core.ResponseCswSubscribe.createRecordsSubscription(GetRecordsRequest request) Create a subscriptionjavax.ws.rs.core.ResponseCswSubscribe.deleteEvent(net.opengis.cat.csw.v_2_0_2.GetRecordsResponseType recordsResponse) Consume a delete eventjavax.ws.rs.core.ResponseCswSubscribe.deleteRecordsSubscription(String requestId) Deletes an active subscriptionnet.opengis.cat.csw.v_2_0_2.DescribeRecordResponseTypeCsw.describeRecord(net.opengis.cat.csw.v_2_0_2.DescribeRecordType request) DescribeRecord - HTTP POSTnet.opengis.cat.csw.v_2_0_2.DescribeRecordResponseTypeCsw.describeRecord(DescribeRecordRequest request) DescribeRecord - HTTP GETnet.opengis.cat.csw.v_2_0_2.GetRecordsTypeGetRecordsRequest.get202RecordsType()Convert the KVP values into a GetRecordsType, validates format of fields and enumeration constraints required to meet the schema requirements of the GetRecordsType.net.opengis.cat.csw.v_2_0_2.CapabilitiesTypeCsw.getCapabilities(net.opengis.cat.csw.v_2_0_2.GetCapabilitiesType request) GetCapabilities - HTTP POSTnet.opengis.cat.csw.v_2_0_2.CapabilitiesTypeCsw.getCapabilities(GetCapabilitiesRequest request) GetCapabilities - HTTP GETCsw.getRecordById(net.opengis.cat.csw.v_2_0_2.GetRecordByIdType request, String rangeValue) GetRecordById - HTTP POSTCsw.getRecordById(GetRecordByIdRequest request, String rangeValue) GetRecordById - HTTP GETCsw.getRecords(net.opengis.cat.csw.v_2_0_2.GetRecordsType request) GetRecords - HTTP POSTCsw.getRecords(GetRecordsRequest request) ' GetRecords - HTTP GETjavax.ws.rs.core.ResponseCswSubscribe.getRecordsSubscription(String requestId) Get an active subscriptionBoundingBoxReader.getWkt()CswRequest.parseNamespaces(String namespaces) net.opengis.cat.csw.v_2_0_2.TransactionResponseTypeCsw.transaction(CswTransactionRequest request) Transaction - HTTP POSTCswRequest.typeStringToQNames(String typeNames, Map<String, String> namespaces) javax.ws.rs.core.ResponseCswSubscribe.updateEvent(net.opengis.cat.csw.v_2_0_2.GetRecordsResponseType recordsResponse) Consume an update eventjavax.ws.rs.core.ResponseCswSubscribe.updateRecordsSubscription(String requestId, net.opengis.cat.csw.v_2_0_2.GetRecordsType request) Updates an active subscription