|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResponseObjectBuilder
Provides method(s) to build a business response from WS response. Default impl :
ResponseObjectBuilderImpl
Factory :
ResponseObjectBuilderFactory
Method Summary | |
---|---|
SignedResponseHolder |
handleCancelAttestationResponse(SendResponseType sendResponse,
SendRequestType builderRequest)
Handles the response of the WS, checks the Xades and decode the content to create a SignedResponseHolder object. |
SignedEncryptedResponseHolder |
handleSendAttestionResponse(SendResponseType sendResponse,
EncryptedRequestHolder builderRequest)
Handles the response of the WS, checks the Xades and decode the content to create a SignedEncryptedResponseHolder object. |
Method Detail |
---|
SignedEncryptedResponseHolder handleSendAttestionResponse(SendResponseType sendResponse, EncryptedRequestHolder builderRequest) throws TechnicalConnectorException
SignedEncryptedResponseHolder
object.
sendResponse
- the response sent by the WSbuilderRequest
- the wrapper containing all the necessary request data
TechnicalConnectorException
SignedResponseHolder handleCancelAttestationResponse(SendResponseType sendResponse, SendRequestType builderRequest) throws TechnicalConnectorException
SignedResponseHolder
object.
sendResponse
- builderRequest
- the request sent to the WS
TechnicalConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |