Package org.citrusframework.ws.xml
Class Soap.SoapResponse
java.lang.Object
org.citrusframework.xml.actions.Message
org.citrusframework.ws.xml.Soap.SoapMessage
org.citrusframework.ws.xml.Soap.SoapResponse
- Direct Known Subclasses:
Soap.SoapFault
- Enclosing class:
- Soap
-
Nested Class Summary
Nested classes/interfaces inherited from class org.citrusframework.ws.xml.Soap.SoapMessage
Soap.SoapMessage.AttachmentNested classes/interfaces inherited from class org.citrusframework.xml.actions.Message
Message.Body, Message.Expression, Message.Extract, Message.Headers -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.citrusframework.xml.actions.Message
body, dataDictionary, expressions, headers, name, schema, schemaRepository, schemaValidation, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetContentType(String contentType) voidsetReasonPhrase(String reasonPhrase) voidvoidsetVersion(String version) Methods inherited from class org.citrusframework.ws.xml.Soap.SoapMessage
getAttachments, setAttachmentsMethods inherited from class org.citrusframework.xml.actions.Message
getBody, getDataDictionary, getExpressions, getHeaders, getName, getSchema, getSchemaRepository, getType, isSchemaValidation, setBody, setDataDictionary, setHeaders, setName, setSchema, setSchemaRepository, setSchemaValidation, setType
-
Field Details
-
status
-
reasonPhrase
-
version
-
contentType
-
-
Constructor Details
-
SoapResponse
public SoapResponse()
-
-
Method Details
-
getStatus
-
setStatus
-
getReasonPhrase
-
setReasonPhrase
-
getVersion
-
setVersion
-
getContentType
-
setContentType
-