org.apache.stanbol.enhancer.engines.restful.nlp.impl
Class RestfulNlpAnalysisEngine.AnalysisResponseHandler
java.lang.Object
org.apache.stanbol.enhancer.engines.restful.nlp.impl.RestfulNlpAnalysisEngine.AnalysisResponseHandler
- All Implemented Interfaces:
- org.apache.http.client.ResponseHandler<org.apache.stanbol.enhancer.nlp.model.AnalysedText>
- Enclosing class:
- RestfulNlpAnalysisEngine
protected class RestfulNlpAnalysisEngine.AnalysisResponseHandler
- extends Object
- implements org.apache.http.client.ResponseHandler<org.apache.stanbol.enhancer.nlp.model.AnalysedText>
|
Field Summary |
protected org.apache.stanbol.enhancer.nlp.model.AnalysedText |
at
|
|
Method Summary |
org.apache.stanbol.enhancer.nlp.model.AnalysedText |
handleResponse(org.apache.http.HttpResponse response)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
at
protected final org.apache.stanbol.enhancer.nlp.model.AnalysedText at
RestfulNlpAnalysisEngine.AnalysisResponseHandler
protected RestfulNlpAnalysisEngine.AnalysisResponseHandler(org.apache.stanbol.enhancer.nlp.model.AnalysedText at)
handleResponse
public org.apache.stanbol.enhancer.nlp.model.AnalysedText handleResponse(org.apache.http.HttpResponse response)
throws org.apache.http.client.ClientProtocolException,
IOException
- Specified by:
handleResponse in interface org.apache.http.client.ResponseHandler<org.apache.stanbol.enhancer.nlp.model.AnalysedText>
- Throws:
org.apache.http.client.ClientProtocolException
IOException
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.