public class SchemaValidatorHandler extends AbstractSOAPHandler
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
SchemaValidatorHandler(int verifyType,
String... schemaFile)
This constructor will creates a validator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
handleInbound(SOAPMessageContext context)
Method that is called in the inbound flow.
|
boolean |
handleOutbound(SOAPMessageContext context)
Method that is called in the outbound flow.
|
close, dumpMessage, getHeaders, handleFault, handleMessage
public static final int VERIFY_INBOUND
public static final int VERIFY_OUTBOUND
public static final int VERIFY_BOTH
public SchemaValidatorHandler(int verifyType, String... schemaFile)
public boolean handleInbound(SOAPMessageContext context)
AbstractSOAPHandler
handleInbound
in class AbstractSOAPHandler
public boolean handleOutbound(SOAPMessageContext context)
AbstractSOAPHandler
handleOutbound
in class AbstractSOAPHandler
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.