org.openoffice.da.comp.writer2xhtml
Class BatchConverter

java.lang.Object
  extended by org.openoffice.da.comp.writer2xhtml.BatchConverter
All Implemented Interfaces:
com.sun.star.lang.XServiceInfo, com.sun.star.lang.XServiceName, com.sun.star.lang.XTypeProvider, com.sun.star.uno.XInterface, org.openoffice.da.writer2xhtml.XBatchConverter

public class BatchConverter
extends java.lang.Object
implements org.openoffice.da.writer2xhtml.XBatchConverter, com.sun.star.lang.XServiceName, com.sun.star.lang.XServiceInfo, com.sun.star.lang.XTypeProvider

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


Field Summary
static java.lang.String __implementationName
           
static java.lang.String __serviceName
          The component will be registered under this name.
 
Fields inherited from interface org.openoffice.da.writer2xhtml.XBatchConverter
UNOTYPEINFO
 
Fields inherited from interface com.sun.star.lang.XServiceName
UNOTYPEINFO
 
Fields inherited from interface com.sun.star.lang.XServiceInfo
UNOTYPEINFO
 
Fields inherited from interface com.sun.star.lang.XTypeProvider
UNOTYPEINFO
 
Constructor Summary
BatchConverter(com.sun.star.uno.XComponentContext xComponentContext)
           
 
Method Summary
 void convert(java.lang.String sSourceURL, java.lang.String sTargetURL, com.sun.star.beans.PropertyValue[] lArguments, org.openoffice.da.writer2xhtml.XBatchHandler handler)
           
 byte[] getImplementationId()
           
 java.lang.String getImplementationName()
           
 java.lang.String getServiceName()
           
 java.lang.String[] getSupportedServiceNames()
           
 com.sun.star.uno.Type[] getTypes()
           
 boolean supportsService(java.lang.String stringServiceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__serviceName

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

See Also:
Constant Field Values

__implementationName

public static final java.lang.String __implementationName
See Also:
Constant Field Values
Constructor Detail

BatchConverter

public BatchConverter(com.sun.star.uno.XComponentContext xComponentContext)
Method Detail

convert

public void convert(java.lang.String sSourceURL,
                    java.lang.String sTargetURL,
                    com.sun.star.beans.PropertyValue[] lArguments,
                    org.openoffice.da.writer2xhtml.XBatchHandler handler)
Specified by:
convert in interface org.openoffice.da.writer2xhtml.XBatchConverter

getTypes

public com.sun.star.uno.Type[] getTypes()
Specified by:
getTypes in interface com.sun.star.lang.XTypeProvider

getImplementationId

public byte[] getImplementationId()
Specified by:
getImplementationId in interface com.sun.star.lang.XTypeProvider

getServiceName

public java.lang.String getServiceName()
Specified by:
getServiceName in interface com.sun.star.lang.XServiceName

supportsService

public boolean supportsService(java.lang.String stringServiceName)
Specified by:
supportsService in interface com.sun.star.lang.XServiceInfo

getImplementationName

public java.lang.String getImplementationName()
Specified by:
getImplementationName in interface com.sun.star.lang.XServiceInfo

getSupportedServiceNames

public java.lang.String[] getSupportedServiceNames()
Specified by:
getSupportedServiceNames in interface com.sun.star.lang.XServiceInfo