Package com.consol.citrus.http.xml
Class Http.HttpRequest
- java.lang.Object
-
- com.consol.citrus.xml.actions.Message
-
- com.consol.citrus.http.xml.Http.HttpRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttp.HttpRequest.QueryParameter-
Nested classes/interfaces inherited from class com.consol.citrus.xml.actions.Message
Message.Body, Message.Expression, Message.Extract, Message.Headers
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringacceptprotected StringcontentTypeprotected List<Http.HttpRequest.QueryParameter>parametersprotected Stringpathprotected Stringversion-
Fields inherited from class com.consol.citrus.xml.actions.Message
body, dataDictionary, expressions, headers, name, schema, schemaRepository, schemaValidation, type
-
-
Constructor Summary
Constructors Constructor Description HttpRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccept()StringgetContentType()List<Http.HttpRequest.QueryParameter>getParameters()StringgetPath()StringgetVersion()voidsetAccept(String accept)voidsetContentType(String contentType)voidsetPath(String path)voidsetVersion(String version)-
Methods inherited from class com.consol.citrus.xml.actions.Message
getBody, getDataDictionary, getExpressions, getHeaders, getName, getSchema, getSchemaRepository, getType, isSchemaValidation, setBody, setDataDictionary, setHeaders, setName, setSchema, setSchemaRepository, setSchemaValidation, setType
-
-
-
-
Method Detail
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getContentType
public String getContentType()
-
setContentType
public void setContentType(String contentType)
-
getAccept
public String getAccept()
-
setAccept
public void setAccept(String accept)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
getParameters
public List<Http.HttpRequest.QueryParameter> getParameters()
-
-