org.apache.axis2.jaxws.description.validator
Class ServiceDescriptionValidator
java.lang.Object
org.apache.axis2.jaxws.description.validator.Validator
org.apache.axis2.jaxws.description.validator.ServiceDescriptionValidator
public class ServiceDescriptionValidator
- extends Validator
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 |
ServiceDescriptionValidator
public ServiceDescriptionValidator(ServiceDescription toValidate)
validate
public 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
- Specified by:
validate
in class Validator
- Returns:
- true if the ServiceDescription is valid
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.