|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResponseObjectBuilder
Interface with the methods used to check Xades and decode the content. Default impl :
ResponseObjectBuilderImpl Factory : ResponseObjectBuilderFactory
| Method Summary | |
|---|---|
DmgBuilderResponse |
handleAsyncResponse(MsgResponse asyncMsgResponse)
converts response to asynchronous business message to DmgBuilderResponse. the list of these MsgResponses can be retrieved from the GetResponse return object with getResponse.getReturn().getMsgResponses(). |
DmgBuilderResponse |
handleSendResponseType(SendResponseType sendRequest)
Handles the response of the WS, checks the Xades and decode the content to create a DmgBuilderResponse object. |
| Method Detail |
|---|
DmgBuilderResponse handleSendResponseType(SendResponseType sendRequest)
throws TechnicalConnectorException,
NoSuchAlgorithmException,
DataFormatException
DmgBuilderResponse object.
sendRequest - the response sent by the WS
TechnicalConnectorException
DataFormatException
NoSuchAlgorithmException
DmgBuilderResponse handleAsyncResponse(MsgResponse asyncMsgResponse)
throws TechnicalConnectorException
GetResponse return object with getResponse.getReturn().getMsgResponses().
asyncMsgResponse - MsgResponse to be converted.
TechnicalConnectorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||