|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.technicalconnector.validator.impl.EhealthReplyValidatorImpl
public class EhealthReplyValidatorImpl
Implementation of EhealthReplyValidator
Field Summary | |
---|---|
static String |
EHEALTH_SUCCESS_CODE_100
The eHealth success codes. |
static String |
EHEALTH_SUCCESS_CODE_200
The eHealth success codes. |
Constructor Summary | |
---|---|
EhealthReplyValidatorImpl()
|
Method Summary | |
---|---|
boolean |
validateReplyStatus(ResponseType response)
Validate reply status. |
boolean |
validateReplyStatus(StatusResponseType response)
Validate reply status. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String EHEALTH_SUCCESS_CODE_100
public static final String EHEALTH_SUCCESS_CODE_200
Constructor Detail |
---|
public EhealthReplyValidatorImpl()
Method Detail |
---|
public boolean validateReplyStatus(ResponseType response) throws SoaErrorException
EhealthReplyValidator
validateReplyStatus
in interface EhealthReplyValidator
response
- the response
SoaErrorException
- the exception containing the error retrieved from the webservicepublic boolean validateReplyStatus(StatusResponseType response) throws SoaErrorException
EhealthReplyValidator
validateReplyStatus
in interface EhealthReplyValidator
response
- the response
SoaErrorException
- the exception containing the error retrieved from the webservicebe.ehealth.technicalconnector.validator.EhealthReplyValidator#validateReplyStatus(be.fgov.ehealth.commons.protocol.v2.ResponseType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |