Interface WsRestResponseHandler


public interface WsRestResponseHandler
writes the body of a grouper rest response
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write the response of the rest web service inside the top and bottom
  • Method Details

    • writeResponse

      void writeResponse(XMLStreamWriter writer) throws XMLStreamException
      write the response of the rest web service inside the top and bottom
      Parameters:
      writer - is the writer to continue the response
      Throws:
      XMLStreamException - if there is a problem with the writer