|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResponseObjectBuilder
Used to build a response object Default impl : ResponseObjectBuilderImpl
Factory : BuilderFactory
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. |
Methods inherited from interface be.ehealth.technicalconnector.utils.ConfigurableImplementation |
---|
initialize |
Method Detail |
---|
boolean handlePostResponse(PostResponse postResponse) throws GenAsyncBusinessConnectorException
postResponse
- the WS response
GenAsyncBusinessConnectorException
Map<Object,SignatureVerificationResult> handleGetResponse(GetResponse getResponse) throws GenAsyncBusinessConnectorException
getResponse
- the WS Response
SignatureVerificationResult
as value
GenAsyncBusinessConnectorException
- with the results if there is a signature verification failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |