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.HTTPOutTransport
public void setHeader(String s, String s1)
setHeader
in interface org.opensaml.ws.transport.http.HTTPOutTransport
public void addParameter(String s, String s1)
addParameter
in interface org.opensaml.ws.transport.http.HTTPOutTransport
public void setStatusCode(int i)
setStatusCode
in interface org.opensaml.ws.transport.http.HTTPOutTransport
public void sendRedirect(String s)
sendRedirect
in interface org.opensaml.ws.transport.http.HTTPOutTransport
public void setAttribute(String s, Object o)
setAttribute
in interface org.opensaml.ws.transport.OutTransport
public void setCharacterEncoding(String s)
setCharacterEncoding
in interface org.opensaml.ws.transport.OutTransport
public OutputStream getOutgoingStream()
getOutgoingStream
in interface org.opensaml.ws.transport.OutTransport
public Object getAttribute(String s)
getAttribute
in interface org.opensaml.ws.transport.Transport
public String getCharacterEncoding()
getCharacterEncoding
in interface org.opensaml.ws.transport.Transport
public org.opensaml.xml.security.credential.Credential getLocalCredential()
getLocalCredential
in interface org.opensaml.ws.transport.Transport
public org.opensaml.xml.security.credential.Credential getPeerCredential()
getPeerCredential
in interface org.opensaml.ws.transport.Transport
public boolean isAuthenticated()
isAuthenticated
in interface org.opensaml.ws.transport.Transport
public void setAuthenticated(boolean b)
setAuthenticated
in interface org.opensaml.ws.transport.Transport
public boolean isConfidential()
isConfidential
in interface org.opensaml.ws.transport.Transport
public void setConfidential(boolean b)
setConfidential
in interface org.opensaml.ws.transport.Transport
public boolean isIntegrityProtected()
isIntegrityProtected
in interface org.opensaml.ws.transport.Transport
public void setIntegrityProtected(boolean b)
setIntegrityProtected
in interface org.opensaml.ws.transport.Transport
public String getHeaderValue(String s)
getHeaderValue
in interface org.opensaml.ws.transport.http.HTTPTransport
public String getHTTPMethod()
getHTTPMethod
in interface org.opensaml.ws.transport.http.HTTPTransport
public int getStatusCode()
getStatusCode
in interface org.opensaml.ws.transport.http.HTTPTransport
public String getParameterValue(String s)
getParameterValue
in interface org.opensaml.ws.transport.http.HTTPTransport
public List<String> getParameterValues(String s)
getParameterValues
in interface org.opensaml.ws.transport.http.HTTPTransport
public org.opensaml.ws.transport.http.HTTPTransport.HTTP_VERSION getVersion()
getVersion
in interface org.opensaml.ws.transport.http.HTTPTransport