Uses of Interface
nl.b3p.csw.server.CswServable
-
Packages that use CswServable Package Description nl.b3p.csw.client nl.b3p.csw.server nl.b3p.csw.util -
-
Uses of CswServable in nl.b3p.csw.client
Fields in nl.b3p.csw.client declared as CswServable Modifier and Type Field Description protected CswServableCswClient. serverMethods in nl.b3p.csw.client that return CswServable Modifier and Type Method Description CswServableCswClient. getServer()Methods in nl.b3p.csw.client with parameters of type CswServable Modifier and Type Method Description voidCswClient. setServer(CswServable server)Constructors in nl.b3p.csw.client with parameters of type CswServable Constructor Description CswClient(CswServable server)CswClient(CswServable server, String cswSchemaPath) -
Uses of CswServable in nl.b3p.csw.server
Classes in nl.b3p.csw.server that implement CswServable Modifier and Type Class Description classGeoNetworkCswServer -
Uses of CswServable in nl.b3p.csw.util
Methods in nl.b3p.csw.util with parameters of type CswServable 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)
-