T - The type of object to be handled.public class SMPHttpResponseHandlerUnsigned<T> extends AbstractSMPResponseHandler<T>
Note: this class is also licensed under Apache 2 license, as it was not part of the original implementation
| Constructor and Description |
|---|
SMPHttpResponseHandlerUnsigned(com.helger.jaxb.GenericJAXBMarshaller<T> aMarshaller) |
| Modifier and Type | Method and Description |
|---|---|
T |
handleEntity(org.apache.http.HttpEntity aEntity)
Handle the response entity and transform it into the actual response
object.
|
handleResponse@Nonnull public T handleEntity(@Nonnull org.apache.http.HttpEntity aEntity) throws IOException
AbstractSMPResponseHandlerhandleEntity in class AbstractSMPResponseHandler<T>aEntity - The entity to handlenull.IOException - if something goes wrongCopyright © 2015–2017 Philip Helger. All rights reserved.