org.openoffice.da.comp.writer2xhtml

Class BatchConverter

Implemented Interfaces:
XBatchConverter, XServiceInfo, XServiceName, XTypeProvider

public class BatchConverter
extends java.lang.Object
implements XBatchConverter, XServiceName, XServiceInfo, XTypeProvider

This class provides a uno component which implements the interface org.openoffice.da.writer2xhtml.XBatchConverter

Field Summary

static String
__implementationName
static String
__serviceName
The component will be registered under this name.

Constructor Summary

BatchConverter(XComponentContext xComponentContext)

Method Summary

void
convert(String sSourceURL, String sTargetURL, PropertyValue[] lArguments, XBatchHandler handler)
byte[]
getImplementationId()
String
getImplementationName()
String
getServiceName()
String[]
getSupportedServiceNames()
Type[]
getTypes()
boolean
supportsService(String stringServiceName)

Field Details

__implementationName

public static final String __implementationName

__serviceName

public static final String __serviceName
The component will be registered under this name.

Constructor Details

BatchConverter

public BatchConverter(XComponentContext xComponentContext)

Method Details

convert

public void convert(String sSourceURL,
                    String sTargetURL,
                    PropertyValue[] lArguments,
                    XBatchHandler handler)

getImplementationId

public byte[] getImplementationId()

getImplementationName

public String getImplementationName()

getServiceName

public String getServiceName()

getSupportedServiceNames

public String[] getSupportedServiceNames()

getTypes

public Type[] getTypes()

supportsService

public boolean supportsService(String stringServiceName)