org.mule.transport.http.components
Class HttpResponseBuilder
java.lang.Object
org.mule.processor.AbstractMuleObjectOwner<MessageProcessor>
org.mule.processor.AbstractMessageProcessorOwner
org.mule.transport.http.components.HttpResponseBuilder
- All Implemented Interfaces:
- AnnotatedObject, FlowConstructAware, MuleContextAware, Disposable, Initialisable, Lifecycle, Startable, Stoppable, MessageProcessor
public class HttpResponseBuilder
- extends AbstractMessageProcessorOwner
- implements Initialisable, MessageProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.mule.api.lifecycle.Startable |
start |
Methods inherited from interface org.mule.api.lifecycle.Stoppable |
stop |
HttpResponseBuilder
public HttpResponseBuilder()
initialise
public void initialise()
throws InitialisationException
- Description copied from interface:
Initialisable
- Method used to perform any initialisation work. If a fatal error occurs during
initialisation an
InitialisationException
should be thrown,
causing the Mule instance to shutdown. If the error is recoverable, say by
retrying to connect, a RecoverableException
should be thrown.
There is no guarantee that by throwing a Recoverable exception that the Mule
instance will not shut down.
- Specified by:
initialise
in interface Initialisable
- Overrides:
initialise
in class AbstractMuleObjectOwner<MessageProcessor>
- Throws:
InitialisationException
- if a fatal error occurs causing the Mule instance to shutdown
RecoverableException
- if an error occurs that can be recovered from
process
public MuleEvent process(MuleEvent event)
throws MuleException
- Description copied from interface:
MessageProcessor
- Invokes the MessageProcessor.
- Specified by:
process
in interface MessageProcessor
- Parameters:
event
- MuleEvent to be processed
- Returns:
- optional response MuleEvent
- Throws:
MuleException
getOwnedMessageProcessors
protected List<MessageProcessor> getOwnedMessageProcessors()
- Specified by:
getOwnedMessageProcessors
in class AbstractMessageProcessorOwner
setBody
protected void setBody(HttpResponse response,
MuleMessage message,
MuleEvent event)
throws MuleException
- Throws:
MuleException
copyOutboundProperties
protected void copyOutboundProperties(HttpResponse response,
MuleMessage message)
setCacheControl
protected void setCacheControl(HttpResponse response,
MuleMessage message)
setCookies
protected void setCookies(HttpResponse response,
MuleMessage message)
throws MuleException
- Throws:
MuleException
setHeaders
protected void setHeaders(HttpResponse response,
MuleMessage message)
checkVersion
protected void checkVersion(MuleMessage message)
setContentType
protected void setContentType(HttpResponse response,
MuleMessage message)
setHeaders
public void setHeaders(Map<String,String> headers)
setStatus
public void setStatus(String status)
setContentType
public void setContentType(String contentType)
setVersion
public void setVersion(String version)
setCookies
public void setCookies(List<CookieWrapper> cookies)
addHeader
public void addHeader(String key,
String value)
setCacheControl
public void setCacheControl(CacheControlHeader cacheControl)
getVersion
public String getVersion()
setPropagateMuleProperties
public void setPropagateMuleProperties(boolean propagateMuleProperties)
setMessageProcessor
public void setMessageProcessor(MessageProcessor messageProcessor)
Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.