Class ValidAndTransformHelper
java.lang.Object
org.apache.cxf.ws.transfer.validationtransformation.ValidAndTransformHelper
Helper class for validation and transformation.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidvalidationAndTransformation(List<ResourceTypeIdentifier> resourceTypeIdentifiers, org.apache.cxf.ws.transfer.Representation newRepresentation, org.apache.cxf.ws.transfer.Representation oldRepresentation) Validation and transformation process.
-
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.
-