public class WSDL11Validator extends AbstractDefinitionValidator
| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
LOG |
def, enverrorMessages| Constructor and Description |
|---|
WSDL11Validator(javax.wsdl.Definition definition) |
WSDL11Validator(javax.wsdl.Definition definition,
org.apache.cxf.tools.common.ToolContext pe) |
WSDL11Validator(javax.wsdl.Definition definition,
org.apache.cxf.tools.common.ToolContext pe,
org.apache.cxf.Bus b) |
| Modifier and Type | Method and Description |
|---|---|
protected List<InputSource> |
getDefaultSchemas() |
String |
getSchemaDir() |
boolean |
isValid() |
addError, getBusaddErrorMessage, getErrorMessageprotected static final Logger LOG
public WSDL11Validator(javax.wsdl.Definition definition)
public WSDL11Validator(javax.wsdl.Definition definition,
org.apache.cxf.tools.common.ToolContext pe)
public WSDL11Validator(javax.wsdl.Definition definition,
org.apache.cxf.tools.common.ToolContext pe,
org.apache.cxf.Bus b)
public boolean isValid()
throws org.apache.cxf.tools.common.ToolException
isValid in class AbstractValidatororg.apache.cxf.tools.common.ToolExceptionpublic String getSchemaDir()
protected List<InputSource> getDefaultSchemas() throws IOException
IOExceptionApache CXF