org.apache.synapse.endpoints
Class DefaultEndpoint

java.lang.Object
  extended by org.apache.synapse.FaultHandler
      extended by org.apache.synapse.endpoints.AbstractEndpoint
          extended by org.apache.synapse.endpoints.DefaultEndpoint
All Implemented Interfaces:
Endpoint, ManagedLifecycle

public class DefaultEndpoint
extends AbstractEndpoint

This class represents an endpoint with the EPR as the 'To' header of the message. It is responsible for sending the message to this EPR, performing retries etc on failure and using any QOS etc as specified


Field Summary
 
Fields inherited from class org.apache.synapse.endpoints.AbstractEndpoint
initialized, isClusteringEnabled, log, trace
 
Constructor Summary
DefaultEndpoint()
           
 
Method Summary
 
Methods inherited from class org.apache.synapse.endpoints.AbstractEndpoint
destroy, getChildren, getContext, getDefinition, getMetricsMBean, getName, getParentEndpoint, handleException, handleException, informFailure, init, isInitialized, isLeafEndpoint, isSuspendFault, isTimeout, isTraceOn, isTraceOrDebugOn, logOnChildEndpointFail, onChildEndpointFail, onFault, onSuccess, prepareForEndpointStatistics, readyToSend, send, setChildren, setDefinition, setErrorOnMessage, setName, setParentEndpoint, toString, traceOrDebug
 
Methods inherited from class org.apache.synapse.FaultHandler
getStackTrace, handleFault, handleFault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultEndpoint

public DefaultEndpoint()


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.