Package nl.b3p.csw.client
Interface ResponseListenable<T>
-
- All Known Implementing Classes:
JDOMResponseListener
public interface ResponseListenable<T>- Author:
- Erik van de Pol
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThandleResponse(InputStream response)
-
-
-
Method Detail
-
handleResponse
T handleResponse(InputStream response) throws IOException, javax.xml.bind.JAXBException, OwsException
- Throws:
IOExceptionjavax.xml.bind.JAXBExceptionOwsException
-
-