public class HttpClientInTransport extends Object implements org.opensaml.ws.transport.http.HTTPInTransport, LocationAwareInTransport
| Constructor and Description |
|---|
HttpClientInTransport(org.apache.commons.httpclient.methods.PostMethod postMethod,
String endpointURI) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String s) |
String |
getCharacterEncoding() |
String |
getHeaderValue(String s) |
String |
getHTTPMethod() |
InputStream |
getIncomingStream() |
String |
getLocalAddress() |
org.opensaml.xml.security.credential.Credential |
getLocalCredential() |
String |
getParameterValue(String s) |
List<String> |
getParameterValues(String s) |
String |
getPeerAddress() |
org.opensaml.xml.security.credential.Credential |
getPeerCredential() |
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,
String endpointURI)
public String getLocalAddress()
getLocalAddress in interface LocationAwareInTransportpublic String getPeerAddress()
getPeerAddress in interface org.opensaml.ws.transport.http.HTTPInTransportpublic String getPeerDomainName()
getPeerDomainName in interface org.opensaml.ws.transport.http.HTTPInTransportpublic InputStream getIncomingStream()
getIncomingStream in interface org.opensaml.ws.transport.InTransportpublic 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