Defines a single custom pipeline markup extension that can contain either a process or a rule element.
Markup plugins are not supported by Mobile Portal Accelerator.
Attribute | Description | Type | Default | Options | Use |
---|---|---|---|---|---|
local-name | The name of the custom element without any namespace prefix | xs:string | none | required | |
namespace-uri | The URI of the namespace of the custom element | xs:anyURI | none | required |
<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>