org.mule.transport.restlet.client
Class MuleClientHelper

java.lang.Object
  extended by org.restlet.engine.Helper
      extended by org.restlet.engine.RestletHelper<T>
          extended by org.restlet.engine.ConnectorHelper<T>
              extended by org.restlet.engine.http.connector.BaseHelper<org.restlet.Client>
                  extended by org.restlet.engine.http.connector.BaseClientHelper
                      extended by org.restlet.engine.http.connector.HttpClientHelper
                          extended by org.mule.transport.restlet.client.MuleClientHelper

public class MuleClientHelper
extends org.restlet.engine.http.connector.HttpClientHelper


Constructor Summary
MuleClientHelper(org.restlet.Client client)
           
MuleClientHelper(org.restlet.Client client, org.mule.module.client.MuleClient muleClient)
           
MuleClientHelper(org.mule.module.client.MuleClient muleClient)
           
MuleClientHelper(org.mule.api.MuleContext muleContext)
           
 
Method Summary
 
Methods inherited from class org.restlet.engine.http.connector.HttpClientHelper
start, stop
 
Methods inherited from class org.restlet.engine.http.connector.BaseClientHelper
createConnection, createSecureSocketFactory, createSocket, createSocket, createSocketFactory, getBestConnection, getCertAlgorithm, getConnectTimeout, getKeyPassword, getKeystorePassword, getKeystorePath, getKeystoreType, getProxyHost, getProxyPort, getRegularSocketFactory, getSecureRandomAlgorithm, getSecureSocketFactory, getSecurityProvider, getSocketAddress, getSocketFactory, getSslProtocol, getTcpNoDelay, getTruststorePassword, getTruststorePath, getTruststoreType, handle, handleInbound, handleOutbound, isProxying, setRegularSocketFactory, setSecureSocketFactory
 
Methods inherited from class org.restlet.engine.http.connector.BaseHelper
createController, createControllerService, createResponse, createWorkerService, getConnections, getController, getControllerSleepTimeMs, getInboundBufferSize, getInboundMessages, getMaxConnectionsPerHost, getMaxThreads, getMaxTotalConnections, getMinThreads, getOutboundBufferSize, getOutboundMessages, getThreadMaxIdleTimeMs, getWorkerService, handleNextInbound, handleNextOutbound, isClientSide, isControllerDaemon, isPersistingConnections, isPipeliningConnections, isServerSide, isTracing, isWorkerServiceFull
 
Methods inherited from class org.restlet.engine.ConnectorHelper
getConnectorService, getContext, getProtocols, update
 
Methods inherited from class org.restlet.engine.RestletHelper
getAttributes, getHelped, getHelpedParameters, getLogger, getMetadataService, setHelped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleClientHelper

public MuleClientHelper(org.mule.api.MuleContext muleContext)
                 throws org.mule.api.MuleException
Throws:
org.mule.api.MuleException

MuleClientHelper

public MuleClientHelper(org.mule.module.client.MuleClient muleClient)

MuleClientHelper

public MuleClientHelper(org.restlet.Client client)
                 throws org.mule.api.MuleException
Throws:
org.mule.api.MuleException

MuleClientHelper

public MuleClientHelper(org.restlet.Client client,
                        org.mule.module.client.MuleClient muleClient)


Copyright © 2011 MuleSoft, Inc. All Rights Reserved.