public class HttpClientOutTransport extends Object implements org.opensaml.ws.transport.http.HTTPOutTransport
| Constructor and Description |
|---|
HttpClientOutTransport(org.apache.commons.httpclient.methods.PostMethod postMethod) |
public HttpClientOutTransport(org.apache.commons.httpclient.methods.PostMethod postMethod)
public void setVersion(org.opensaml.ws.transport.http.HTTPTransport.HTTP_VERSION http_version)
setVersion in interface org.opensaml.ws.transport.http.HTTPOutTransportpublic void setHeader(String s, String s1)
setHeader in interface org.opensaml.ws.transport.http.HTTPOutTransportpublic void addParameter(String s, String s1)
addParameter in interface org.opensaml.ws.transport.http.HTTPOutTransportpublic void setStatusCode(int i)
setStatusCode in interface org.opensaml.ws.transport.http.HTTPOutTransportpublic void sendRedirect(String s)
sendRedirect in interface org.opensaml.ws.transport.http.HTTPOutTransportpublic void setAttribute(String s, Object o)
setAttribute in interface org.opensaml.ws.transport.OutTransportpublic void setCharacterEncoding(String s)
setCharacterEncoding in interface org.opensaml.ws.transport.OutTransportpublic OutputStream getOutgoingStream()
getOutgoingStream in interface org.opensaml.ws.transport.OutTransportpublic Object getAttribute(String s)
getAttribute in interface org.opensaml.ws.transport.Transportpublic String getCharacterEncoding()
getCharacterEncoding in interface org.opensaml.ws.transport.Transportpublic org.opensaml.xml.security.credential.Credential getLocalCredential()
getLocalCredential in interface org.opensaml.ws.transport.Transportpublic org.opensaml.xml.security.credential.Credential getPeerCredential()
getPeerCredential in interface org.opensaml.ws.transport.Transportpublic boolean isAuthenticated()
isAuthenticated in interface org.opensaml.ws.transport.Transportpublic void setAuthenticated(boolean b)
setAuthenticated in interface org.opensaml.ws.transport.Transportpublic boolean isConfidential()
isConfidential in interface org.opensaml.ws.transport.Transportpublic void setConfidential(boolean b)
setConfidential in interface org.opensaml.ws.transport.Transportpublic boolean isIntegrityProtected()
isIntegrityProtected in interface org.opensaml.ws.transport.Transportpublic void setIntegrityProtected(boolean b)
setIntegrityProtected in interface org.opensaml.ws.transport.Transportpublic String getHeaderValue(String s)
getHeaderValue in interface org.opensaml.ws.transport.http.HTTPTransportpublic String getHTTPMethod()
getHTTPMethod in interface org.opensaml.ws.transport.http.HTTPTransportpublic int getStatusCode()
getStatusCode in interface org.opensaml.ws.transport.http.HTTPTransportpublic String getParameterValue(String s)
getParameterValue in interface org.opensaml.ws.transport.http.HTTPTransportpublic List<String> getParameterValues(String s)
getParameterValues in interface org.opensaml.ws.transport.http.HTTPTransportpublic org.opensaml.ws.transport.http.HTTPTransport.HTTP_VERSION getVersion()
getVersion in interface org.opensaml.ws.transport.http.HTTPTransport