com.endeca.infront.assembler
Interface AssemblerFactory

All Known Implementing Classes:
SpringAssemblerFactory

public interface AssemblerFactory

Interface for assembler factory implementations.


Method Summary
 Assembler createAssembler()
          Creates and returns a new assembler.
 

Method Detail

createAssembler

Assembler createAssembler()
                          throws AssemblerException
Creates and returns a new assembler.

Returns:
The newly-constructed assembler
Throws:
AssemblerException - if the assembler cannot be created. For example, this exception may be thrown if the factory is misconfigured.


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.