Class FetcherResponse
- java.lang.Object
-
- network.oxalis.vefa.peppol.lookup.api.FetcherResponse
-
public class FetcherResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description FetcherResponse(InputStream inputStream)FetcherResponse(InputStream inputStream, String namespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgetInputStream()StringgetNamespace()
-
-
-
Constructor Detail
-
FetcherResponse
public FetcherResponse(InputStream inputStream)
-
FetcherResponse
public FetcherResponse(InputStream inputStream, String namespace)
-
-
Method Detail
-
getInputStream
public InputStream getInputStream()
-
getNamespace
public String getNamespace()
-
-