be.fedict.eid.applet.service.impl
Class HttpServletResponseHttpTransmitter
java.lang.Object
be.fedict.eid.applet.service.impl.HttpServletResponseHttpTransmitter
- All Implemented Interfaces:
- be.fedict.eid.applet.shared.protocol.HttpTransmitter
public class HttpServletResponseHttpTransmitter
- extends java.lang.Object
- implements be.fedict.eid.applet.shared.protocol.HttpTransmitter
Implementation of a transport component using HttpServletResponse
.
- Author:
- Frank Cornelis
Method Summary |
void |
addHeader(java.lang.String headerName,
java.lang.String headerValue)
|
boolean |
isSecure()
|
void |
setBody(byte[] bodyValue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpServletResponseHttpTransmitter
public HttpServletResponseHttpTransmitter(javax.servlet.http.HttpServletResponse httpServletResponse)
- Main constructor.
- Parameters:
httpServletResponse
-
addHeader
public void addHeader(java.lang.String headerName,
java.lang.String headerValue)
- Specified by:
addHeader
in interface be.fedict.eid.applet.shared.protocol.HttpTransmitter
setBody
public void setBody(byte[] bodyValue)
- Specified by:
setBody
in interface be.fedict.eid.applet.shared.protocol.HttpTransmitter
isSecure
public boolean isSecure()
- Specified by:
isSecure
in interface be.fedict.eid.applet.shared.protocol.HttpTransmitter
Copyright © 2008-2011 FedICT. All Rights Reserved.