Apache CXF API

org.apache.cxf.service
Class ServiceModelSchemaValidator

java.lang.Object
  extended by org.apache.cxf.service.ServiceModelVisitor
      extended by org.apache.cxf.service.ServiceModelSchemaValidator

public class ServiceModelSchemaValidator
extends ServiceModelVisitor


Field Summary
 
Fields inherited from class org.apache.cxf.service.ServiceModelVisitor
serviceInfo
 
Constructor Summary
ServiceModelSchemaValidator(ServiceInfo serviceInfo)
           
 
Method Summary
 void begin(FaultInfo fault)
           
 void begin(InterfaceInfo intf)
           
 void begin(MessageInfo msg)
           
 void begin(MessagePartInfo part)
           
 void begin(OperationInfo op)
           
 void begin(ServiceInfo service)
           
 void begin(UnwrappedOperationInfo op)
           
 java.lang.String getComplaints()
           
 
Methods inherited from class org.apache.cxf.service.ServiceModelVisitor
end, end, end, end, end, end, end, walk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceModelSchemaValidator

public ServiceModelSchemaValidator(ServiceInfo serviceInfo)
Method Detail

getComplaints

public java.lang.String getComplaints()

begin

public void begin(FaultInfo fault)
Overrides:
begin in class ServiceModelVisitor

begin

public void begin(InterfaceInfo intf)
Overrides:
begin in class ServiceModelVisitor

begin

public void begin(MessageInfo msg)
Overrides:
begin in class ServiceModelVisitor

begin

public void begin(MessagePartInfo part)
Overrides:
begin in class ServiceModelVisitor

begin

public void begin(OperationInfo op)
Overrides:
begin in class ServiceModelVisitor

begin

public void begin(ServiceInfo service)
Overrides:
begin in class ServiceModelVisitor

begin

public void begin(UnwrappedOperationInfo op)
Overrides:
begin in class ServiceModelVisitor

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.