Class XmlBodyDTO
-
public class XmlBodyDTO extends BodyWithContentTypeDTO
- Author:
- jamesdbloom
-
-
Field Summary
-
Fields inherited from class org.mockserver.serialization.model.BodyWithContentTypeDTO
contentType
-
-
Constructor Summary
Constructors Constructor Description XmlBodyDTO(XmlBody xmlBody)XmlBodyDTO(XmlBody xmlBody, Boolean not)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XmlBodybuildObject()StringgetXml()-
Methods inherited from class org.mockserver.serialization.model.BodyWithContentTypeDTO
createDTO, getContentType
-
Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toString
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key
-
-
-
-
Method Detail
-
getXml
public String getXml()
-
buildObject
public XmlBody buildObject()
- Specified by:
buildObjectin interfaceDTO<Body>- Specified by:
buildObjectin classBodyWithContentTypeDTO
-
-