|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.providers.AbstractMessageAdapter
org.mule.providers.streaming.StreamMessageAdapter
org.mule.providers.http.HttpStreamMessageAdapter
public class HttpStreamMessageAdapter
A HttpStream adapter that can be used with the HttpClientMessageDispatcher who knows when to release the Http Connection.
| Field Summary | |
|---|---|
protected org.apache.commons.httpclient.HttpMethod |
httpMethod
|
| Fields inherited from class org.mule.providers.streaming.StreamMessageAdapter |
|---|
handler, in, out |
| Fields inherited from class org.mule.providers.AbstractMessageAdapter |
|---|
attachments, encoding, exceptionPayload, id, logger, properties |
| Constructor Summary | |
|---|---|
HttpStreamMessageAdapter(InputStream in)
|
|
HttpStreamMessageAdapter(InputStream in,
OutputStream out)
|
|
HttpStreamMessageAdapter(InputStream in,
OutputStream out,
org.mule.umo.provider.OutputHandler handler)
|
|
HttpStreamMessageAdapter(org.mule.umo.provider.OutputHandler handler)
|
|
HttpStreamMessageAdapter(OutputStream out,
org.mule.umo.provider.OutputHandler handler)
|
|
| Method Summary | |
|---|---|
org.apache.commons.httpclient.HttpMethod |
getHttpMethod()
|
void |
release()
|
void |
setHttpMethod(org.apache.commons.httpclient.HttpMethod httpMethod)
|
| Methods inherited from class org.mule.providers.streaming.StreamMessageAdapter |
|---|
getInputStream, getOutputHandler, getOutputStream, getPayload, getPayloadAsBytes, getPayloadAsString, setOutputHandler, write |
| Methods inherited from class org.mule.providers.AbstractMessageAdapter |
|---|
addAttachment, addProperties, clearProperties, convertToBytes, getAttachment, getAttachmentNames, getBooleanProperty, getCorrelationGroupSize, getCorrelationId, getCorrelationSequence, getDoubleProperty, getEncoding, getExceptionPayload, getIntProperty, getLongProperty, getPayloadAsString, getProperty, getProperty, getPropertyNames, getReplyTo, getStringProperty, getUniqueId, removeAttachment, removeProperty, setBooleanProperty, setCorrelationGroupSize, setCorrelationId, setCorrelationSequence, setDoubleProperty, setEncoding, setExceptionPayload, setIntProperty, setLongProperty, setProperty, setReplyTo, setStringProperty, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.mule.umo.provider.UMOMessageAdapter |
|---|
addAttachment, addProperties, clearProperties, getAttachment, getAttachmentNames, getBooleanProperty, getCorrelationGroupSize, getCorrelationId, getCorrelationSequence, getDoubleProperty, getEncoding, getExceptionPayload, getIntProperty, getLongProperty, getPayloadAsString, getProperty, getProperty, getPropertyNames, getReplyTo, getStringProperty, getUniqueId, removeAttachment, removeProperty, setBooleanProperty, setCorrelationGroupSize, setCorrelationId, setCorrelationSequence, setDoubleProperty, setEncoding, setExceptionPayload, setIntProperty, setLongProperty, setProperty, setReplyTo, setStringProperty |
| Field Detail |
|---|
protected volatile org.apache.commons.httpclient.HttpMethod httpMethod
| Constructor Detail |
|---|
public HttpStreamMessageAdapter(InputStream in)
public HttpStreamMessageAdapter(InputStream in,
OutputStream out)
public HttpStreamMessageAdapter(org.mule.umo.provider.OutputHandler handler)
public HttpStreamMessageAdapter(OutputStream out,
org.mule.umo.provider.OutputHandler handler)
public HttpStreamMessageAdapter(InputStream in,
OutputStream out,
org.mule.umo.provider.OutputHandler handler)
| Method Detail |
|---|
public org.apache.commons.httpclient.HttpMethod getHttpMethod()
public void setHttpMethod(org.apache.commons.httpclient.HttpMethod httpMethod)
public void release()
release in interface org.mule.umo.provider.UMOStreamMessageAdapterrelease in class org.mule.providers.streaming.StreamMessageAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||