Package play.mvc

Class BodyParser.TolerantXml

All Implemented Interfaces:
BodyParser<Document>
Direct Known Subclasses:
BodyParser.Xml
Enclosing interface:
BodyParser<A>

public static class BodyParser.TolerantXml extends BodyParser.BufferingBodyParser<Document>
Parse the body as Xml without checking the Content-Type.
  • Constructor Details

    • TolerantXml

      public TolerantXml(long maxLength, HttpErrorHandler errorHandler)
    • TolerantXml

      @Inject public TolerantXml(play.api.http.HttpConfiguration httpConfiguration, HttpErrorHandler errorHandler)
  • Method Details