Siebel Financial Services eBusiness Application Integration Guide > Industry XML Connector Factory APIs > Industry XML Connector Factory Classes Methods >

Converter Factory Class Methods


The Converter Factory Class (CSSFAELCnvService) provides the methods described in Table 35 that you can overwrite.

Table 35. Converter Factory Class Methods
Method
Description

GenerateEnvelope

Allows application developer to prepare the envelope section of the XML message to be sent.

GenerateHeader

Allows application developer to prepare the header section of the XML message to be sent.

GenerateError

Allows application developer to generate the fault section of the XML message to be responded to.

GeneratePI

Allows application developer to prepare the processing instruction section of the XML message to be sent.

ProcessEnv

Allows application developer to process the envelope section of the XML message received.

ProcessHdr

Allows application developer to process the header section of the XML message received.

ProcessError

Allows application developer to process the fault section of the XML message received.

ProcessPInst

Allows application developer to process the processing instruction section of the XML message received.

PreProcessBody

Allows special processing of the body section of the XML message.

PostProcessBody

Allows special processing of the body section of the XML message after conversion is done.

StartProcess

Allows special processing of the body section of the XML message per command.

EndProcess

Allows special processing of the body section of the XML message per command after conversion is done.

Siebel Financial Services eBusiness Application Integration Guide