process

Purpose

Defines the class that implements a custom pipeline process.

Note:

Markup plugins are not supported by Mobile Portal Accelerator.

Contained by

Attribute

Attribute Description Type Default Options Use
class-name The name of the class that handles SAX events in the pipeline xs:string none    required 

Example

<markup-extensions>
  <markup-extension
    local-name="set-context"
    namespace-uri="http://mycorp.com/pipeline_ext">
    <process class-name="com.mycorp.xmlpipeline.ext.setcontext"/>
  </markup-extension>
<markup-extensions>

Related topics