org.mule.transport.http
Class HttpsClientMessageDispatcher

java.lang.Object
  extended by org.mule.transport.AbstractConnectable
      extended by org.mule.transport.AbstractMessageDispatcher
          extended by org.mule.transport.http.HttpClientMessageDispatcher
              extended by org.mule.transport.http.HttpsClientMessageDispatcher
All Implemented Interfaces:
ExceptionListener, Disposable, Initialisable, Startable, Stoppable, Connectable, MessageDispatcher, MessageDispatching

public class HttpsClientMessageDispatcher
extends HttpClientMessageDispatcher


Field Summary
 
Fields inherited from class org.mule.transport.http.HttpClientMessageDispatcher
connector, ERROR_STATUS_CODE_RANGE_START, REDIRECT_STATUS_CODE_RANGE_START
 
Fields inherited from class org.mule.transport.AbstractConnectable
connected, connecting, disposed, endpoint, logger, retryTemplate, started, startOnConnect
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Disposable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Startable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Stoppable
PHASE_NAME
 
Fields inherited from interface org.mule.api.transport.MessageDispatching
RECEIVE_NO_WAIT, RECEIVE_WAIT_INDEFINITELY
 
Constructor Summary
HttpsClientMessageDispatcher(OutboundEndpoint endpoint)
           
 
Method Summary
protected  HostConfiguration getHostConfig(URI uri)
           
 
Methods inherited from class org.mule.transport.http.HttpClientMessageDispatcher
createEntityMethod, doConnect, doDisconnect, doDispatch, doDispose, doInitialise, doSend, execute, getMethod, getResponseFromMethod, handleRedirect, processCookies, returnException, setPropertyFromEndpoint
 
Methods inherited from class org.mule.transport.AbstractMessageDispatcher
dispatch, dispose, getEndpoint, getWorkManager, initialise, isTransactionRollback, returnResponse, returnResponse, send
 
Methods inherited from class org.mule.transport.AbstractConnectable
activate, connect, disconnect, disposeAndLogException, doStart, doStop, exceptionThrown, getConnectEventId, getConnectionDescription, getConnector, handleException, isConnected, isConnecting, isDoThreading, isStarted, passivate, setEndpoint, start, stop, toString, validate, validateConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.mule.api.transport.MessageDispatcher
activate, getConnector, passivate, validate
 
Methods inherited from interface org.mule.api.transport.Connectable
connect, disconnect, getConnectionDescription, isConnected, validateConnection
 
Methods inherited from interface org.mule.api.lifecycle.Startable
start
 
Methods inherited from interface org.mule.api.lifecycle.Stoppable
stop
 

Constructor Detail

HttpsClientMessageDispatcher

public HttpsClientMessageDispatcher(OutboundEndpoint endpoint)
Method Detail

getHostConfig

protected HostConfiguration getHostConfig(URI uri)
                                   throws Exception
Overrides:
getHostConfig in class HttpClientMessageDispatcher
Throws:
Exception


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