|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.jaxws.description.validator.Validator org.apache.axis2.jaxws.description.validator.ServiceDescriptionValidator
public class ServiceDescriptionValidator
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.axis2.jaxws.description.validator.Validator |
---|
Validator.ValidationLevel |
Field Summary |
---|
Fields inherited from class org.apache.axis2.jaxws.description.validator.Validator |
---|
INVALID, VALID, validationFailures |
Constructor Summary | |
---|---|
ServiceDescriptionValidator(ServiceDescription toValidate)
|
Method Summary | |
---|---|
boolean |
validate()
Validate the ServiceDescription as follows 1) Validate that annotations and whatever WSDL is specified is valid 2) Validate that Java implementations are correc a) Service Implementations match SEIs if specified b) Operations match SEI methods |
Methods inherited from class org.apache.axis2.jaxws.description.validator.Validator |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ServiceDescriptionValidator(ServiceDescription toValidate)
Method Detail |
---|
public boolean validate()
validate
in class Validator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |