Class ValidAndTransformHelper

java.lang.Object
org.apache.cxf.ws.transfer.validationtransformation.ValidAndTransformHelper

public final class ValidAndTransformHelper extends Object
Helper class for validation and transformation.
  • Method Details

    • validationAndTransformation

      public static void validationAndTransformation(List<ResourceTypeIdentifier> resourceTypeIdentifiers, org.apache.cxf.ws.transfer.Representation newRepresentation, org.apache.cxf.ws.transfer.Representation oldRepresentation)
      Validation and transformation process.
      Parameters:
      resourceTypeIdentifiers - List of resourceTypeIdentifiers.
      newRepresentation - Incoming representation.
      oldRepresentation - Representation stored in the ResourceManager.