Uses of Interface
org.apache.cxf.ws.transfer.validationtransformation.ResourceTransformer
-
Packages that use ResourceTransformer Package Description org.apache.cxf.ws.transfer.validationtransformation -
-
Uses of ResourceTransformer in org.apache.cxf.ws.transfer.validationtransformation
Classes in org.apache.cxf.ws.transfer.validationtransformation that implement ResourceTransformer Modifier and Type Class Description classXSLTResourceTransformerImplementation of the ResourceTransformer for the XSL transformation.Fields in org.apache.cxf.ws.transfer.validationtransformation declared as ResourceTransformer Modifier and Type Field Description protected ResourceTransformerXSDResourceTypeIdentifier. resourceTransformerMethods in org.apache.cxf.ws.transfer.validationtransformation that return ResourceTransformer Modifier and Type Method Description ResourceTransformerResourceTypeIdentifierResult. getTransformer()Methods in org.apache.cxf.ws.transfer.validationtransformation with parameters of type ResourceTransformer Modifier and Type Method Description voidResourceTypeIdentifierResult. setTransformer(ResourceTransformer transformer)Constructors in org.apache.cxf.ws.transfer.validationtransformation with parameters of type ResourceTransformer Constructor Description ResourceTypeIdentifierResult(boolean result, ResourceTransformer transformer)XSDResourceTypeIdentifier(Source xsd, ResourceTransformer resourceTransformer)XSDResourceValidator(Source xsd, ResourceTransformer resourceTransformer)
-