|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ehealth.businessconnector.genericasync.builders.impl.ResponseObjectBuilderImpl
public class ResponseObjectBuilderImpl
Implementation of ResponseObjectBuilder
| Constructor Summary | |
|---|---|
ResponseObjectBuilderImpl()
|
|
| Method Summary | |
|---|---|
Map<Object,SignatureVerificationResult> |
handleGetResponse(GetResponse getResponse)
Checks and validates the response of a get request. |
boolean |
handlePostResponse(PostResponse postResponse)
Check the response of a post request. |
void |
initialize(Map<String,Object> parameterMap)
initializes the implementation with additional parameters. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResponseObjectBuilderImpl()
| Method Detail |
|---|
public final boolean handlePostResponse(PostResponse postResponse)
throws GenAsyncBusinessConnectorException
ResponseObjectBuilder
handlePostResponse in interface ResponseObjectBuilderpostResponse - the WS response
GenAsyncBusinessConnectorExceptionResponseObjectBuilder.handlePostResponse(PostResponse)
public final Map<Object,SignatureVerificationResult> handleGetResponse(GetResponse getResponse)
throws GenAsyncBusinessConnectorException
ResponseObjectBuilder
handleGetResponse in interface ResponseObjectBuildergetResponse - the WS Response
SignatureVerificationResult as value
GenAsyncBusinessConnectorException - with the results if there is a signature verification failureResponseObjectBuilder.handleGetResponse(be.cin.nip.async.generic.GetResponse)
public void initialize(Map<String,Object> parameterMap)
throws TechnicalConnectorException
ConfigurableImplementation
initialize in interface ConfigurableImplementationparameterMap - Map with for each propertyString ,the input parameter as Object.
TechnicalConnectorException - if the parameterMap is not correct.ConfigurableImplementation.initialize(java.util.Map)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||