public interface XBRLProcessorFactory
 There is an abstract class called XBRLProcessorFactoryBase that implements most
 of this interface.
| Modifier and Type | Method and Description | 
|---|---|
| XBRLPlugInProcessor | create()Creates a new instance of the processor or gets the registered instance from
 the DTSContainer. | 
| java.lang.String | getProcessorDescription()Returns the processor description for the processor name. | 
| java.lang.String | getProcessorName()Returns the processor name this factory class is able to create processor for. | 
| void | registerProcessorStatic()A processor factory can initiate the static registration of the target processor to
 be registered before creating any instance class of the target processor. | 
| void | setDTSContainer(DTSContainer dtsContainer)Once a new factory is instantiated, the DTSContainer class calls this method in order to
 provide the DTSContainer instance to be used for next calls. | 
XBRLPlugInProcessor create() throws com.rs.lic.LicenseVerificationException, XBRLValidationException, XBRLInitializationException
public static XXXXX create(DTSContainer dts)where XXXXX is the type of the processor that will be created and implements the XBRLPlugInProcessor interface
com.rs.lic.LicenseVerificationException - If the user has no rights to use the processorXBRLValidationException - If the processor just created raises static validation errors while loading the DTSXBRLInitializationExceptionvoid setDTSContainer(DTSContainer dtsContainer)
dtsContainer - the DTSContainer instance to be used on next callsjava.lang.String getProcessorName()
java.lang.String getProcessorDescription()
void registerProcessorStatic()
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa