org.apache.geronimo.tomcat
Class TomcatEJBWebServiceContext.ResponseAdapter
java.lang.Object
org.apache.geronimo.tomcat.TomcatEJBWebServiceContext.ResponseAdapter
- All Implemented Interfaces:
- org.apache.geronimo.webservices.WebServiceContainer.Response
- Enclosing class:
- TomcatEJBWebServiceContext
public static class TomcatEJBWebServiceContext.ResponseAdapter
- extends Object
- implements org.apache.geronimo.webservices.WebServiceContainer.Response
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TomcatEJBWebServiceContext.ResponseAdapter
public TomcatEJBWebServiceContext.ResponseAdapter(org.apache.catalina.connector.Response response)
setHeader
public void setHeader(String name,
String value)
- Specified by:
setHeader
in interface org.apache.geronimo.webservices.WebServiceContainer.Response
getHeader
public String getHeader(String name)
- Specified by:
getHeader
in interface org.apache.geronimo.webservices.WebServiceContainer.Response
getOutputStream
public OutputStream getOutputStream()
- Specified by:
getOutputStream
in interface org.apache.geronimo.webservices.WebServiceContainer.Response
setStatusCode
public void setStatusCode(int code)
- Specified by:
setStatusCode
in interface org.apache.geronimo.webservices.WebServiceContainer.Response
getStatusCode
public int getStatusCode()
- Specified by:
getStatusCode
in interface org.apache.geronimo.webservices.WebServiceContainer.Response
setContentType
public void setContentType(String type)
- Specified by:
setContentType
in interface org.apache.geronimo.webservices.WebServiceContainer.Response
getContentType
public String getContentType()
- Specified by:
getContentType
in interface org.apache.geronimo.webservices.WebServiceContainer.Response
setStatusMessage
public void setStatusMessage(String responseString)
- Specified by:
setStatusMessage
in interface org.apache.geronimo.webservices.WebServiceContainer.Response
Copyright © 2006 Apache Software Foundation. All Rights Reserved.