org.mockserver.model
Class XmlSchemaBody

java.lang.Object
  extended by org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
      extended by org.mockserver.model.ObjectWithJsonToString
          extended by org.mockserver.model.Not
              extended by org.mockserver.model.Body
                  extended by org.mockserver.model.XmlSchemaBody

public class XmlSchemaBody
extends Body

Author:
jamesdbloom

Nested Class Summary
 
Nested classes/interfaces inherited from class org.mockserver.model.Body
Body.Type
 
Field Summary
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Constructor Summary
XmlSchemaBody(String xmlSchema)
           
 
Method Summary
 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.Not
getNot, isNot, not, not, setNot
 
Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toString
 
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
addFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlSchemaBody

public XmlSchemaBody(String xmlSchema)
Method Detail

xmlSchema

public static XmlSchemaBody xmlSchema(String xmlSchema)

xmlSchemaFromResource

public static XmlSchemaBody xmlSchemaFromResource(String xmlSchemaPath)

getValue

public String getValue()
Specified by:
getValue in class Body


Copyright © 2017. All rights reserved.