Package org.apache.cxf.service
Class ServiceModelSchemaValidator
- java.lang.Object
- 
- org.apache.cxf.service.ServiceModelVisitor
- 
- org.apache.cxf.service.ServiceModelSchemaValidator
 
 
- 
 public class ServiceModelSchemaValidator extends ServiceModelVisitor 
- 
- 
Field Summary- 
Fields inherited from class org.apache.cxf.service.ServiceModelVisitorserviceInfo
 
- 
 - 
Constructor SummaryConstructors Constructor Description ServiceModelSchemaValidator(ServiceInfo serviceInfo)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbegin(MessagePartInfo part)StringgetComplaints()
 
- 
- 
- 
Constructor Detail- 
ServiceModelSchemaValidatorpublic ServiceModelSchemaValidator(ServiceInfo serviceInfo) 
 
- 
 - 
Method Detail- 
getComplaintspublic String getComplaints() 
 - 
beginpublic void begin(MessagePartInfo part) - Overrides:
- beginin class- ServiceModelVisitor
 
 
- 
 
-