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 OutTransportInfopublic void setStatus(int status)
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.