edu.internet2.middleware.grouper.ws.rest
Interface WsRestResponseHandler


public interface WsRestResponseHandler

writes the body of a grouper rest response


Method Summary
 void writeResponse(javax.xml.stream.XMLStreamWriter writer)
          write the response of the rest web service inside the top and bottom
 

Method Detail

writeResponse

void writeResponse(javax.xml.stream.XMLStreamWriter writer)
                   throws javax.xml.stream.XMLStreamException
write the response of the rest web service inside the top and bottom

Parameters:
writer - is the writer to continue the response
Throws:
javax.xml.stream.XMLStreamException - if there is a problem with the writer