public class ServletBasedOutTransportInfo extends Object implements OutTransportInfo
Constructor and Description |
---|
ServletBasedOutTransportInfo(javax.servlet.http.HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
addHeader(String headerName,
String headerValue) |
void |
setContentType(String contentType) |
void |
setStatus(int status) |
public ServletBasedOutTransportInfo(javax.servlet.http.HttpServletResponse response)
public void setContentType(String contentType)
setContentType
in interface OutTransportInfo
public void setStatus(int status)
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.