Package org.citrusframework.ws.xml
Class Soap.SoapRequest
java.lang.Object
org.citrusframework.xml.actions.Message
org.citrusframework.ws.xml.Soap.SoapMessage
org.citrusframework.ws.xml.Soap.SoapRequest
- 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 Booleanprotected 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 TypeMethodDescriptiongetPath()voidvoidsetContentType(String contentType) voidsetMtomEnabled(Boolean mtomEnabled) voidvoidsetSoapAction(String soapAction) voidsetVersion(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
-
path
-
contentType
-
accept
-
version
-
soapAction
-
mtomEnabled
-
-
Constructor Details
-
SoapRequest
public SoapRequest()
-
-
Method Details
-
getPath
-
setPath
-
getContentType
-
setContentType
-
getAccept
-
setAccept
-
getVersion
-
setVersion
-
getSoapAction
-
setSoapAction
-
getMtomEnabled
-
setMtomEnabled
-