HeaderProcessor
Identifier:
net.bpelunit.framework.client.eclipse.headerProcessor
Since:
1.0
Description:
Extension point for adding Header Processors
Configuration Markup:
<!ELEMENT extension (headerProcessor)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
- point - a fully qualified identifier of the target extension point
- id - an optional identifier of the extension instance
- name - an optional name of the extension instance
<!ELEMENT headerProcessor EMPTY>
<!ATTLIST headerProcessor
id CDATA #REQUIRED
name CDATA #REQUIRED
processorClass CDATA #REQUIRED>
- id - ID of this header processor
- name - Human-readable name of this header processor
- processorClass - class implementing the interface IHeaderProcessor
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]