Uses of Interface
org.apache.cxf.ws.transfer.validationtransformation.ResourceValidator
-
Packages that use ResourceValidator Package Description org.apache.cxf.ws.transfer.validationtransformation -
-
Uses of ResourceValidator in org.apache.cxf.ws.transfer.validationtransformation
Classes in org.apache.cxf.ws.transfer.validationtransformation that implement ResourceValidator Modifier and Type Class Description classXSDResourceValidatorImplementation of the ResourceValidator interface for Schema validation.Fields in org.apache.cxf.ws.transfer.validationtransformation declared as ResourceValidator Modifier and Type Field Description protected ResourceValidatorXSLTResourceTransformer. validatorMethods in org.apache.cxf.ws.transfer.validationtransformation that return ResourceValidator Modifier and Type Method Description ResourceValidatorResourceTransformer. transform(org.apache.cxf.ws.transfer.Representation newRepresentation, org.apache.cxf.ws.transfer.Representation oldRepresentation)ResourceValidatorXSLTResourceTransformer. transform(org.apache.cxf.ws.transfer.Representation newRepresentation, org.apache.cxf.ws.transfer.Representation oldRepresentation)Constructors in org.apache.cxf.ws.transfer.validationtransformation with parameters of type ResourceValidator Constructor Description XSLTResourceTransformer(Source xsl, ResourceValidator validator)
-