|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.tools.validator.AbstractValidator
org.apache.cxf.tools.validator.internal.AbstractDefinitionValidator
org.apache.cxf.tools.validator.internal.SchemaValidator
public class SchemaValidator
| Field Summary | |
|---|---|
protected String[] |
defaultSchemas
|
protected static Logger |
LOG
|
protected String |
schemaLocation
|
| Fields inherited from class org.apache.cxf.tools.validator.internal.AbstractDefinitionValidator |
|---|
def, env |
| Fields inherited from class org.apache.cxf.tools.validator.AbstractValidator |
|---|
errorMessages |
| Constructor Summary | |
|---|---|
SchemaValidator(List<InputSource> defaultSchemas,
String wsdl,
String[] schemas)
|
|
SchemaValidator(String schemaDir)
|
|
SchemaValidator(String schemaDir,
String wsdl,
String[] schemas)
|
|
| Method Summary | |
|---|---|
boolean |
isValid()
|
boolean |
validate(InputSource wsdlsource,
String[] schemas)
|
boolean |
validate(String wsdlsource,
String[] schemas)
|
| Methods inherited from class org.apache.cxf.tools.validator.internal.AbstractDefinitionValidator |
|---|
addError, getBus |
| Methods inherited from class org.apache.cxf.tools.validator.AbstractValidator |
|---|
addErrorMessage, getErrorMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final Logger LOG
protected String[] defaultSchemas
protected String schemaLocation
| Constructor Detail |
|---|
public SchemaValidator(String schemaDir)
throws ToolException
ToolException
public SchemaValidator(String schemaDir,
String wsdl,
String[] schemas)
throws ToolException
ToolException
public SchemaValidator(List<InputSource> defaultSchemas,
String wsdl,
String[] schemas)
| Method Detail |
|---|
public boolean isValid()
isValid in class AbstractValidator
public boolean validate(String wsdlsource,
String[] schemas)
throws ToolException
ToolException
public boolean validate(InputSource wsdlsource,
String[] schemas)
throws ToolException
ToolException
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||