Package org.mockserver.model
Class XmlSchemaBody
-
public class XmlSchemaBody extends Body
- Author:
- jamesdbloom
-
-
Constructor Summary
Constructors Constructor Description XmlSchemaBody(String xmlSchema)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getValue()
static XmlSchemaBody
xmlSchema(String xmlSchema)
static XmlSchemaBody
xmlSchemaFromResource(String xmlSchemaPath)
-
Methods inherited from class org.mockserver.model.Body
getCharset, getContentType, getRawBytes, getType
-
Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toString
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key
-
-
-
-
Constructor Detail
-
XmlSchemaBody
public XmlSchemaBody(String xmlSchema)
-
-
Method Detail
-
xmlSchema
public static XmlSchemaBody xmlSchema(String xmlSchema)
-
xmlSchemaFromResource
public static XmlSchemaBody xmlSchemaFromResource(String xmlSchemaPath)
-
-