Uses of Interface
nl.b3p.csw.client.ResponseListenable
-
Packages that use ResponseListenable Package Description nl.b3p.csw.client nl.b3p.csw.server -
-
Uses of ResponseListenable in nl.b3p.csw.client
Classes in nl.b3p.csw.client that implement ResponseListenable Modifier and Type Class Description classJDOMResponseListener -
Uses of ResponseListenable in nl.b3p.csw.server
Fields in nl.b3p.csw.server declared as ResponseListenable Modifier and Type Field Description protected ResponseListenable<org.jdom2.Document>GeoNetworkCswServer. responseListenableMethods in nl.b3p.csw.server that return ResponseListenable Modifier and Type Method Description ResponseListenableGeoNetworkCswServer. getResponseListenable()Methods in nl.b3p.csw.server with parameters of type ResponseListenable Modifier and Type Method Description voidGeoNetworkCswServer. setResponseListenable(ResponseListenable responseListenable)Constructors in nl.b3p.csw.server with parameters of type ResponseListenable Constructor Description GeoNetworkCswServer(String loginUrl, String cswUrl, String cswUser, String cswPassword, ResponseListenable responseListenable)
-