|
||||||||||
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 | |
---|---|
SignedBuilderResponse |
handleCancelResponseType(SendResponseType sendResponse,
CancelAttestationRequest sendRequest)
Handles the response of the WS, checks the Xades and decode the content to create a SignedBuilderResponse object. |
SignedEncryptedBuilderResponse |
handleSendResponseType(SendResponseType sendResponse,
SendAttestBuilderRequest builderRequest)
Handles the response of the WS, checks the Xades and decode the content to create a SignedEncryptedBuilderResponse object. |
Method Detail |
---|
SignedEncryptedBuilderResponse handleSendResponseType(SendResponseType sendResponse, SendAttestBuilderRequest builderRequest) throws TechnicalConnectorException
SignedEncryptedBuilderResponse
object.
sendResponse
- the response sent by the WSbuilderRequest
- the wrapper containing all the necessary request data
TechnicalConnectorException
SignedBuilderResponse handleCancelResponseType(SendResponseType sendResponse, CancelAttestationRequest sendRequest) throws TechnicalConnectorException
SignedBuilderResponse
object.
sendResponse
- sendRequest
- the request sent to the WS
TechnicalConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |