|
||||||||||
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)
Check 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 ResponseObjectBuilder
postResponse
- the WS response
GenAsyncBusinessConnectorException
ResponseObjectBuilder.handlePostResponse(PostResponse)
public final Map<Object,SignatureVerificationResult> handleGetResponse(GetResponse getResponse) throws GenAsyncBusinessConnectorException
ResponseObjectBuilder
handleGetResponse
in interface ResponseObjectBuilder
getResponse
- 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 ConfigurableImplementation
parameterMap
- 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 |