\n
Microsoft Invisible Computing

ConverterFactory Concrete Class

Implements IConvert

Subclass of DefCob

Methods

Inherits CUnknown.QueryInterface
Inherits CUnknown.AddRef
Inherits CUnknown.Release
ConverterFactoryCreateSerializer implements IConvert.CreateSerializer
Source in convert.c

Create an instance of SoapSerializer.

ConverterFactoryCreateDeserializer implements IConvert.CreateDeserializer
Source in convert.c

Create an instance of SaxHandler that unmarshals XML into a continuation (NULL to create an activation).

ConverterFactorySetTimeOffset implements IConvert.SetTimeOffset
Source in convert.c

Set offset between local time and external time to be used in serialization and deserialization of TIME types.

ConverterFactoryProcessRequest implements IConvert.ProcessRequest
Source in convert.c

Process one SOAP request into a continuation.

ConverterFactoryProcessRequestFile implements IConvert.ProcessRequestFile
Source in convert.c

Process one SOAP request from file, execute continuation, and optionally write the response message into another (or the same) file.

ConverterFactoryProcessRequestString implements IConvert.ProcessRequestString
Source in convert.c

Process one SOAP request from a string, execute continuation, and throw the result away.

ConverterFactoryProcessData implements IConvert.ProcessData
Source in convert.c

Deserializa data into a native data structure.

ConverterFactoryProcessFragmentFile implements IConvert.ProcessFragmentFile
Source in convert.c

Deserializa data into a native data structure with input coming from a file.

ConverterFactoryProcessFragment implements IConvert.ProcessFragment
Source in convert.c

Deserializa data into a native data structure with input coming from a string.

ConverterFactorySerializeFragmentFile implements IConvert.SerializeFragmentFile
Source in convert.c
ConverterFactoryGetNamespace implements IConvert.GetNamespace
Source in convert.c

Map XML namespace prefix to a descriptor.

ConverterFactoryFindMethod implements IConvert.FindMethod
Source in convert.c

Find method/struct descriptor given name and namespace descriptor.

ConverterFactoryDestroyNamespaces implements IConvert.DestroyNamespaces
Source in convert.c

Get rid of namespace list, accumulated from GetNamespace.

©2006 Microsoft Corporation. All rights reserved. Terms of Use Privacy Statement Accessibility End User License Agreement