Content Pipeline Guide > Using AOM with Pipelines and Filters > Running a Composer using AOM
  
Running a Composer using AOM
You can use the AOM to run a content pipeline. This allows you to write composer calls in any AOM-supported language.
The Application.createComposer method creates a composer object. You need to pass this method the path for the CCF file.
In the following example, the CCF file (Arbortext-path\composer\htmlfile.ccf) creates a composer used by File > Publish > HTML File for publishing an HTML file.
Composer comp = Application.createComposer(APT_PATH +
"/composer/htmlfile.ccf");