|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.technicalconnector.handler.AbstractSOAPHandler
be.ehealth.technicalconnector.handler.SchemaValidatorHandler
public class SchemaValidatorHandler
This handler will validate the incoming and outgoing message against the xsd's specified in the constructor.
Field Summary | |
---|---|
static int |
VERIFY_BOTH
XSD validation on INBOUND and OUTBOUND. |
static int |
VERIFY_INBOUND
XSD validation on INBOUND. |
static int |
VERIFY_OUTBOUND
XSD validation on OUTBOUND. |
Constructor Summary | |
---|---|
SchemaValidatorHandler(int verifyType,
String... schemaFile)
This constructor will creates a validator. |
Method Summary | |
---|---|
boolean |
handleInbound(SOAPMessageContext context)
Method that is called in the inbound flow. |
boolean |
handleOutbound(SOAPMessageContext context)
Method that is called in the outbound flow. |
Methods inherited from class be.ehealth.technicalconnector.handler.AbstractSOAPHandler |
---|
close, dumpMessage, getHeaders, handleFault, handleMessage |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int VERIFY_INBOUND
public static final int VERIFY_OUTBOUND
public static final int VERIFY_BOTH
Constructor Detail |
---|
public SchemaValidatorHandler(int verifyType, String... schemaFile)
Method Detail |
---|
public boolean handleInbound(SOAPMessageContext context)
AbstractSOAPHandler
handleInbound
in class AbstractSOAPHandler
public boolean handleOutbound(SOAPMessageContext context)
AbstractSOAPHandler
handleOutbound
in class AbstractSOAPHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |