public class HttpClientInTransport extends java.lang.Object implements org.opensaml.ws.transport.http.HTTPInTransport, LocationAwareInTransport
Constructor and Description |
---|
HttpClientInTransport(org.apache.commons.httpclient.methods.PostMethod postMethod,
java.lang.String endpointURI) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAttribute(java.lang.String s) |
java.lang.String |
getCharacterEncoding() |
java.lang.String |
getHeaderValue(java.lang.String s) |
java.lang.String |
getHTTPMethod() |
java.io.InputStream |
getIncomingStream() |
java.lang.String |
getLocalAddress() |
org.opensaml.xml.security.credential.Credential |
getLocalCredential() |
java.lang.String |
getParameterValue(java.lang.String s) |
java.util.List<java.lang.String> |
getParameterValues(java.lang.String s) |
java.lang.String |
getPeerAddress() |
org.opensaml.xml.security.credential.Credential |
getPeerCredential() |
java.lang.String |
getPeerDomainName() |
int |
getStatusCode() |
org.opensaml.ws.transport.http.HTTPTransport.HTTP_VERSION |
getVersion() |
boolean |
isAuthenticated() |
boolean |
isConfidential() |
boolean |
isIntegrityProtected() |
void |
setAuthenticated(boolean b) |
void |
setConfidential(boolean b) |
void |
setIntegrityProtected(boolean b) |
public HttpClientInTransport(org.apache.commons.httpclient.methods.PostMethod postMethod, java.lang.String endpointURI)
public java.lang.String getLocalAddress()
getLocalAddress
in interface LocationAwareInTransport
public java.lang.String getPeerAddress()
getPeerAddress
in interface org.opensaml.ws.transport.http.HTTPInTransport
public java.lang.String getPeerDomainName()
getPeerDomainName
in interface org.opensaml.ws.transport.http.HTTPInTransport
public java.io.InputStream getIncomingStream()
getIncomingStream
in interface org.opensaml.ws.transport.InTransport
public java.lang.Object getAttribute(java.lang.String s)
getAttribute
in interface org.opensaml.ws.transport.Transport
public java.lang.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 java.lang.String getHeaderValue(java.lang.String s)
getHeaderValue
in interface org.opensaml.ws.transport.http.HTTPTransport
public java.lang.String getHTTPMethod()
getHTTPMethod
in interface org.opensaml.ws.transport.http.HTTPTransport
public int getStatusCode()
getStatusCode
in interface org.opensaml.ws.transport.http.HTTPTransport
public java.lang.String getParameterValue(java.lang.String s)
getParameterValue
in interface org.opensaml.ws.transport.http.HTTPTransport
public java.util.List<java.lang.String> getParameterValues(java.lang.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