|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.recipe.validators.impl.KmehrValidatorImpl
@Deprecated public class KmehrValidatorImpl
Implementation of KmehrValidator
Field Summary | |
---|---|
static String |
W3C_XML_SCHEMA_NS_URI
Deprecated. The Constant W3C_XML_SCHEMA_NS_URI. |
Constructor Summary | |
---|---|
KmehrValidatorImpl()
Deprecated. |
Method Summary | |
---|---|
void |
assertValidFeedback(byte[] xmlDocument)
Deprecated. Assert valid feedback. |
boolean |
validateKmehrPrescription(byte[] xmlDocument,
String prescriptionType)
Deprecated. Valid xml. |
boolean |
validateNotification(byte[] xmlDocument)
Deprecated. Validate notification. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String W3C_XML_SCHEMA_NS_URI
Constructor Detail |
---|
public KmehrValidatorImpl() throws RecipeBusinessConnectorException
RecipeBusinessConnectorException
Method Detail |
---|
public final boolean validateNotification(byte[] xmlDocument) throws RecipeBusinessConnectorException
validateNotification
in interface KmehrValidator
xmlDocument
- the xml document
RecipeBusinessConnectorException
- the business connector exception public final void assertValidFeedback(byte[] xmlDocument) throws RecipeBusinessConnectorException
xmlDocument
- the xml document
RecipeBusinessConnectorException
- the business connector exceptionpublic final boolean validateKmehrPrescription(byte[] xmlDocument, String prescriptionType) throws RecipeBusinessConnectorException
validateKmehrPrescription
in interface KmehrValidator
xmlDocument
- the xml documentprescriptionType
- the prescription type
RecipeBusinessConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |