Package nl.b3p.csw.client
Class JDOMResponseListener
- java.lang.Object
-
- nl.b3p.csw.client.JDOMResponseListener
-
- All Implemented Interfaces:
ResponseListenable<org.jdom2.Document>
public class JDOMResponseListener extends Object implements ResponseListenable<org.jdom2.Document>
- Author:
- Erik van de Pol
-
-
Field Summary
Fields Modifier and Type Field Description protected static booleanVALIDATE_CSW_RESPONSE
-
Constructor Summary
Constructors Constructor Description JDOMResponseListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jdom2.DocumenthandleResponse(InputStream response)
-
-
-
Field Detail
-
VALIDATE_CSW_RESPONSE
protected static final boolean VALIDATE_CSW_RESPONSE
- See Also:
- Constant Field Values
-
-
Method Detail
-
handleResponse
public org.jdom2.Document handleResponse(InputStream response) throws IOException, javax.xml.bind.JAXBException, OwsException
- Specified by:
handleResponsein interfaceResponseListenable<org.jdom2.Document>- Throws:
IOExceptionjavax.xml.bind.JAXBExceptionOwsException
-
-