public interface RemoteConnectorResponse
RemoteConnectorService.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCharset() |
java.lang.String |
getContentType() |
java.lang.String |
getRawContentType() |
RemoteConnectorRequest |
getRequest() |
byte[] |
getResponseBodyAsBytes() |
java.io.InputStream |
getResponseBodyAsStream() |
java.lang.String |
getResponseBodyAsString() |
org.apache.commons.httpclient.Header[] |
getResponseHeaders() |
int |
getStatus() |
RemoteConnectorRequest getRequest()
int getStatus()
Status Code for the responsejava.lang.String getRawContentType()
java.lang.String getContentType()
java.lang.String getCharset()
org.apache.commons.httpclient.Header[] getResponseHeaders()
java.io.InputStream getResponseBodyAsStream()
throws java.io.IOException
java.io.IOExceptionbyte[] getResponseBodyAsBytes()
throws java.io.IOException
java.io.IOExceptionjava.lang.String getResponseBodyAsString()
throws java.io.IOException
java.io.IOExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.