Difference between revisions of "HttpMethodDataProvider"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "This DataProvider works on 'org.apache.commons.httpclient.HttpMethod' implementation, created by the caller of this DataProvider. Referes to 'org.apache.commons.httpclient.HttpMe...")
 
Line 2: Line 2:
 
Referes to 'org.apache.commons.httpclient.HttpMethod' HttpClient documentation to set headers, or to send MultiPart messages.
 
Referes 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 show the element's attributes HttpMethodDataProvider:
 
The HttpMethodDataProvider Element is used by: DataProviders. The following table show the element's attributes HttpMethodDataProvider:
 +
{| class="gvtable"
 +
|-
 +
! Attribute
 +
! Type
 +
! Description
 +
|-
 +
| name
 +
| required
 +
| The attribute's value can't be null
 +
|-
 +
| type
 +
| fixed
 +
| Unmodifiable. Used by GreenVulcanoESB factory framework. This attribute must assume the value dataProvider.
 +
|-
 +
| class
 +
| fixed
 +
| Unmodifiable. Used by GreenVulcanoESB factory framework. This attribute must assume the value it.greenvulcano.gvesb.gvhttp.impl.HttpMethodDataProvider.
 +
|}

Revision as of 16:09, 11 February 2012

This DataProvider works on 'org.apache.commons.httpclient.HttpMethod' implementation, created by the caller of this DataProvider. Referes 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 show the element's attributes HttpMethodDataProvider:

Attribute Type Description
name required The attribute's value can't be null
type fixed Unmodifiable. Used by GreenVulcanoESB factory framework. This attribute must assume the value dataProvider.
class fixed Unmodifiable. Used by GreenVulcanoESB factory framework. This attribute must assume the value it.greenvulcano.gvesb.gvhttp.impl.HttpMethodDataProvider.