org.mule.api.endpoint
Interface OutboundEndpoint

All Superinterfaces:
ImmutableEndpoint, MessageProcessor, NamedObject, Serializable
All Known Implementing Classes:
CallOutboundEndpoint, DefaultOutboundEndpoint, DynamicOutboundEndpoint, DynamicURIOutboundEndpoint

public interface OutboundEndpoint
extends ImmutableEndpoint, MessageProcessor


Field Summary
 
Fields inherited from interface org.mule.api.endpoint.ImmutableEndpoint
INITIAL_STATE_STARTED, INITIAL_STATE_STOPPED
 
Method Summary
 List<String> getResponseProperties()
           
 
Methods inherited from interface org.mule.api.endpoint.ImmutableEndpoint
getAddress, getConnector, getEncoding, getEndpointBuilderName, getEndpointURI, getExchangePattern, getFilter, getInitialState, getMessageProcessors, getMessageProcessorsFactory, getMimeType, getMuleContext, getProperties, getProperty, getProtocol, getRedeliveryPolicy, getResponseMessageProcessors, getResponseTimeout, getResponseTransformers, getRetryPolicyTemplate, getSecurityFilter, getTransactionConfig, getTransformers, isDeleteUnacceptedMessages, isDisableTransportTransformer, isProtocolSupported, isReadOnly
 
Methods inherited from interface org.mule.api.NamedObject
getName
 
Methods inherited from interface org.mule.api.processor.MessageProcessor
process
 

Method Detail

getResponseProperties

List<String> getResponseProperties()
Returns:
a list of properties which should be carried over from the request message to the response message in the case of a synchronous call.


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.