public class WSDLValidator extends AbstractXMLSchemaValidator
failureHandler, invalid, location, resourceResolver, valid, xopr| Constructor and Description |
|---|
WSDLValidator(ResolverMap resourceResolver,
String location,
ValidatorInterceptor.FailureHandler failureHandler) |
WSDLValidator(ResolverMap resourceResolver,
String location,
ValidatorInterceptor.FailureHandler failureHandler,
boolean skipFaults) |
| Modifier and Type | Method and Description |
|---|---|
protected Response |
createErrorResponse(String message) |
protected Source |
getMessageBody(InputStream input) |
protected String |
getPreliminaryError(XOPReconstitutor xopr,
Message msg) |
protected List<com.predic8.schema.Schema> |
getSchemas() |
protected boolean |
isFault(Message msg) |
createValidators, getInvalid, getValid, validateMessagepublic WSDLValidator(ResolverMap resourceResolver, String location, ValidatorInterceptor.FailureHandler failureHandler, boolean skipFaults) throws Exception
Exceptionpublic WSDLValidator(ResolverMap resourceResolver, String location, ValidatorInterceptor.FailureHandler failureHandler) throws Exception
Exceptionprotected List<com.predic8.schema.Schema> getSchemas()
getSchemas in class AbstractXMLSchemaValidatorprotected Source getMessageBody(InputStream input) throws Exception
getMessageBody in class AbstractXMLSchemaValidatorExceptionprotected Response createErrorResponse(String message)
createErrorResponse in class AbstractXMLSchemaValidatorprotected boolean isFault(Message msg)
isFault in class AbstractXMLSchemaValidatorprotected String getPreliminaryError(XOPReconstitutor xopr, Message msg)
getPreliminaryError in class AbstractXMLSchemaValidatorCopyright © 2021. All Rights Reserved.