Difference between revisions of "HttpMethodDataProvider"
Line 1: | Line 1: | ||
− | This DataProvider works on 'org.apache.commons.httpclient.HttpMethod' implementation, created by | + | This DataProvider works on 'org.apache.commons.httpclient.HttpMethod' implementation, created by its caller. |
Refer to 'org.apache.commons.httpclient.HttpMethod' HttpClient documentation to set headers, or to send MultiPart messages. | Refer to 'org.apache.commons.httpclient.HttpMethod' HttpClient documentation to set headers, or to send MultiPart messages. | ||
− | The HttpMethodDataProvider Element is used by: DataProviders. | + | The HttpMethodDataProvider Element is used by: [[GVDataProviderManager#DataProviders|DataProviders]]. |
The following table shows the HttpMethodDataProvider element's attributes: | The following table shows the HttpMethodDataProvider element's attributes: |
Revision as of 15:49, 2 March 2012
This DataProvider works on 'org.apache.commons.httpclient.HttpMethod' implementation, created by its caller.
Refer to 'org.apache.commons.httpclient.HttpMethod' HttpClient documentation to set headers, or to send MultiPart messages.
The HttpMethodDataProvider Element is used by: DataProviders.
The following table shows the HttpMethodDataProvider element's attributes:
Attribute | Type | Description |
---|---|---|
name | required | The attribute's value can't be null |
type | fixed | Unmodifiable. Used by GreenVulcano® ESB factory framework. This attribute must assume the value dataProvider. |
class | fixed | Unmodifiable. Used by GreenVulcano® ESB factory framework. This attribute must assume the value it.greenvulcano.gvesb.gvhttp.impl.HttpMethodDataProvider. |