Programmer's Guide > Programming and Scripting Techniques > Working with XSL Composition > Related AOM Interfaces and Methods
  
Related AOM Interfaces and Methods
You can use the following AOM interfaces and methods to obtain information about a composer:
Interface
Description
Application
The createComposer method returns a composer object.
Composer
The getDefaultParameters method returns a property map of composer parameters in the pipeline definition.
The runComposer method runs a pipeline associated with the composer object.
The getParameterLabel method returns the label for the given pipeline parameter.
The getParamDocumentation method returns the documentation for the given pipeline parameter.
The getParamType method returns the type for the given pipeline parameter.
The getParamEnumerationValue method returns all possible values for the enumeration as a string list.
The isParamRequired method determines if the given parameter is required.