SOAPEncoder
Identifier:
net.bpelunit.framework.client.eclipse.soapEncoder
Since:
1.0
Description:
Extension point for adding SOAP Encoders
Configuration Markup:
<!ELEMENT extension (soapProcessor)>
<!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 soapProcessor EMPTY>
<!ATTLIST soapProcessor
id CDATA #REQUIRED
name CDATA #REQUIRED
encoderClass CDATA #REQUIRED>
- id - ID of this SOAP Encoder
- name - Human-readable name of this SOAP Encoder
- encoderClass - class implementing the interface ISOAPEncoder
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]