public final class ValidAndTransformHelper extends Object
Modifier and Type | Method and Description |
---|---|
static void |
validationAndTransformation(List<ResourceTypeIdentifier> resourceTypeIdentifiers,
org.apache.cxf.ws.transfer.Representation newRepresentation,
org.apache.cxf.ws.transfer.Representation oldRepresentation)
Validation and transformation process.
|
public static void validationAndTransformation(List<ResourceTypeIdentifier> resourceTypeIdentifiers, org.apache.cxf.ws.transfer.Representation newRepresentation, org.apache.cxf.ws.transfer.Representation oldRepresentation)
resourceTypeIdentifiers
- List of resourceTypeIdentifiers.newRepresentation
- Incoming representation.oldRepresentation
- Representation stored in the ResourceManager.Apache CXF