MapServiceInterface

This interface provides access to validation and transformation maps. There are three methods, as follows:

Method

getFromValidationMap

Method description

Retrieves the appropriate From validation map

Syntax

public byte[] getFromValidationMap(Context context,
                           BusinessDocumentInterface document)

Parameters

context
Runtime information such as temp directory path

document
The business document

Method

getToValidationMap

Method description

Retrieves the appropriate To validation map

Syntax

public byte[] getToValidationMap(Context context,
                           BusinessDocumentInterface document)

Parameters

context
Runtime information such as temp directory path

document
The business document

Method

getTransformationMap

Method description

Retrieves the appropriate transformation map

Syntax

public byte[] getTransformationMap(Context context,
                           BusinessDocumentInterface document)

Parameters

context
Runtime information such as temp directory path

document
The business document

Copyright IBM Corp. 2003, 2004