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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidvalidationAndTransformation(List<ResourceTypeIdentifier> resourceTypeIdentifiers, org.apache.cxf.ws.transfer.Representation newRepresentation, org.apache.cxf.ws.transfer.Representation oldRepresentation)Validation and transformation process.
-
-
-
Method Detail
-
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.
-
-