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, handleMessagepublic 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)
AbstractSOAPHandlerhandleInbound in class AbstractSOAPHandlerpublic boolean handleOutbound(SOAPMessageContext context)
AbstractSOAPHandlerhandleOutbound in class AbstractSOAPHandler
Connector Packaging generic 4.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.