Package nl.b3p.csw.client
Class OutputById
- java.lang.Object
-
- nl.b3p.csw.client.Output
-
- nl.b3p.csw.client.OutputById
-
-
Field Summary
-
Fields inherited from class nl.b3p.csw.client.Output
abstractJdomXPath, browseGraphicFileName, cswNameSpace, cswPrefixNameSpace, dateStampJdomXPath, dateTimeStampJdomXPath, defaultAllowedProtocols, defaultProtocol, exceptionName, fileIdentifierElementFilter, gcoNameSpace, gcoPrefixNameSpace, gmdNameSpace, gmdPrefixNameSpace, identificationDateJdomXPath, ISO_19115, ISO_19119, keywordsJdomXPath, log, metadataStandardNameXPath, operatesOnXpath, resourceElementFilter, response, responsibleOrganisationNameJdomXPath, resultElementFilter, schema, srvPrefixNameSpace, titleJdomXPath, urlDatasetNameXPath, xmlDocument
-
-
Constructor Summary
Constructors Constructor Description OutputById(org.jdom2.Document xmlDocument)OutputById(org.jdom2.Document xmlDocument, Schema schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetRecordByIdResponsegetResponse()org.jdom2.ElementgetSearchResult()StringgetSearchResultString()List<Element>getSearchResultsW3C()ElementgetSearchResultW3C()protected ClassgetTargetType()-
Methods inherited from class nl.b3p.csw.client.Output
getAbstractText, getBrowseGraphicFileName, getDateStamp, getIdentificationDate, getKeyWords, getKeyWordsAsStringList, getMetadataStandardName, getOperatesOn, getOperatesOnAsStringList, getResourcesFlattened, getResourcesFlattened, getResourcesMap, getResourcesMap, getResourcesMap, getResponsibleOrganisationName, getSearchResults, getSearchResultsString, getTitle, getTransformedXml, getUrlDatasets, getUrlDatasetsAsStringList, getUUID, getUUID, getXml, isMetadataForService, iterator
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
OutputById
public OutputById(org.jdom2.Document xmlDocument)
-
OutputById
public OutputById(org.jdom2.Document xmlDocument, Schema schema)
-
-
Method Detail
-
getResponse
public GetRecordByIdResponse getResponse() throws org.jdom2.JDOMException, javax.xml.bind.JAXBException, OwsException
- Overrides:
getResponsein classOutput- Throws:
org.jdom2.JDOMExceptionjavax.xml.bind.JAXBExceptionOwsException
-
getTargetType
protected Class getTargetType()
- Specified by:
getTargetTypein classOutput
-
getSearchResultW3C
public Element getSearchResultW3C() throws org.jdom2.JDOMException, javax.xml.bind.JAXBException, OwsException
- Throws:
org.jdom2.JDOMExceptionjavax.xml.bind.JAXBExceptionOwsException
-
getSearchResultsW3C
public List<Element> getSearchResultsW3C() throws org.jdom2.JDOMException, javax.xml.bind.JAXBException, OwsException
- Specified by:
getSearchResultsW3Cin classOutput- Throws:
org.jdom2.JDOMExceptionjavax.xml.bind.JAXBExceptionOwsException
-
getSearchResult
public org.jdom2.Element getSearchResult() throws org.jdom2.JDOMException, javax.xml.bind.JAXBException, IOException, OwsException- Throws:
org.jdom2.JDOMExceptionjavax.xml.bind.JAXBExceptionIOExceptionOwsException
-
getSearchResultString
public String getSearchResultString() throws org.jdom2.JDOMException, javax.xml.bind.JAXBException, IOException, OwsException
- Throws:
org.jdom2.JDOMExceptionjavax.xml.bind.JAXBExceptionIOExceptionOwsException
-
-