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 LocationAwareInTransport
public String getPeerAddress()
getPeerAddress
in interface org.opensaml.ws.transport.http.HTTPInTransport
public String getPeerDomainName()
getPeerDomainName
in interface org.opensaml.ws.transport.http.HTTPInTransport
public InputStream getIncomingStream()
getIncomingStream
in interface org.opensaml.ws.transport.InTransport
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