org.mule.api.endpoint
Interface OutboundEndpoint

All Superinterfaces:
ImmutableEndpoint, MessageDispatching, Serializable
All Known Implementing Classes:
DefaultOutboundEndpoint, DynamicURIOutboundEndpoint

public interface OutboundEndpoint
extends ImmutableEndpoint, MessageDispatching


Field Summary
 
Fields inherited from interface org.mule.api.endpoint.ImmutableEndpoint
INITIAL_STATE_STARTED, INITIAL_STATE_STOPPED
 
Fields inherited from interface org.mule.api.transport.MessageDispatching
RECEIVE_NO_WAIT, RECEIVE_WAIT_INDEFINITELY
 
Method Summary
 List<String> getResponseProperties()
           
 
Methods inherited from interface org.mule.api.endpoint.ImmutableEndpoint
getConnector, getEncoding, getEndpointBuilderName, getEndpointURI, getFilter, getInitialState, getMuleContext, getName, getProperties, getProperty, getProtocol, getResponseTimeout, getResponseTransformers, getRetryPolicyTemplate, getSecurityFilter, getTransactionConfig, getTransformers, isDeleteUnacceptedMessages, isProtocolSupported, isReadOnly, isSynchronous
 
Methods inherited from interface org.mule.api.transport.MessageDispatching
dispatch, send
 

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-2010 MuleSoft, Inc.. All Rights Reserved.