Uses of Class
nl.b3p.csw.client.OwsException
-
Packages that use OwsException Package Description nl.b3p.csw.client nl.b3p.csw.server nl.b3p.csw.util -
-
Uses of OwsException in nl.b3p.csw.client
Methods in nl.b3p.csw.client that throw OwsException Modifier and Type Method Description TransactionResponseCswClient. delete(String uuid)TransactionResponseCswClient. delete(DeleteType deleteType)protected org.jdom2.DocumentCswClient. doRequest(javax.xml.bind.JAXBElement jaxbElement, boolean transaction)BigIntegerOutputBySearch. getNextRecord()BigIntegerOutputBySearch. getNumberOfRecordsMatched()BigIntegerOutputBySearch. getNumberOfRecordsReturned()protected javax.xml.bind.JAXBElementOutput. getResponse()GetRecordByIdResponseOutputById. getResponse()GetRecordsResponseOutputBySearch. getResponse()org.jdom2.ElementOutputById. getSearchResult()List<org.jdom2.Element>Output. getSearchResults()SearchResultsTypeOutputBySearch. getSearchResultsObject()StringOutput. getSearchResultsString()StringOutputById. getSearchResultString()abstract List<Element>Output. getSearchResultsW3C()List<Element>OutputById. getSearchResultsW3C()List<Element>OutputBySearch. getSearchResultsW3C()ElementOutputById. getSearchResultW3C()org.jdom2.DocumentJDOMResponseListener. handleResponse(InputStream response)TResponseListenable. handleResponse(InputStream response)HarvestResponseCswClient. harvest(HarvestType harvestType)TransactionResponseCswClient. insert(InsertType insertType)TransactionResponseCswClient. insert(Document document)OutputByIdCswClient. search(InputById input)OutputBySearchCswClient. search(InputBySearch input)TransactionResponseCswClient. update(UpdateType updateType)TransactionResponseCswClient. update(org.jdom2.Document document) -
Uses of OwsException in nl.b3p.csw.server
Methods in nl.b3p.csw.server that throw OwsException Modifier and Type Method Description TCswServable. doRequest(String cswRequestXml, boolean transaction)Posts cswRequestXml to the server.org.jdom2.DocumentGeoNetworkCswServer. doRequest(String cswRequestXml, boolean transaction)protected booleanGeoNetworkCswServer. httpPostCswLoginRequest(String url, String username, String password)protected org.jdom2.DocumentGeoNetworkCswServer. httpPostCswRequest(String request, String url)protected org.jdom2.DocumentGeoNetworkCswServer. httpPostCswRequest(String request, String url, String username, String password)protected booleanGeoNetworkCswServer. login(String url, String username, String password) -
Uses of OwsException in nl.b3p.csw.util
Methods in nl.b3p.csw.util that return OwsException Modifier and Type Method Description protected static OwsExceptionExceptionUtil. getException(org.jdom2.Document document)Methods in nl.b3p.csw.util that throw OwsException Modifier and Type Method Description static org.jdom2.DocumentCswClientFactory. searchAsTransformedXml(GetRecords request, CswServable server, String transformPath)static Map<URI,List<OnlineResource>>CswClientFactory. searchAsWmsResourcesMap(String queryString, CswServable server)static org.jdom2.DocumentCswClientFactory. searchAsXml(GetRecords request, CswServable server)static org.jdom2.DocumentCswClientFactory. searchSimpleAsTransformedXml(String queryString, CswServable server, String transformPath)static org.jdom2.DocumentCswClientFactory. searchSimpleAsXml(String queryString, CswServable server)static voidExceptionUtil. throwExceptionIfException(org.jdom2.Document document)
-