org.mule.transport.ajax.embedded
Class AjaxConnector
java.lang.Object
org.mule.transport.AbstractConnector
org.mule.transport.servlet.jetty.JettyHttpConnector
org.mule.transport.servlet.jetty.JettyHttpsConnector
org.mule.transport.ajax.embedded.AjaxConnector
- All Implemented Interfaces:
- java.util.EventListener, javax.resource.spi.work.WorkListener, Disposable, Initialisable, Lifecycle, LifecycleStateEnabled, Startable, Stoppable, NamedObject, TlsDirectKeyStore, TlsDirectTrustStore, TlsIndirectKeyStore, TlsIndirectTrustStore, TlsProtocolHandler, Connectable, Connector, BayeuxAware
public class AjaxConnector
- extends JettyHttpsConnector
- implements BayeuxAware
Creates an 'embedded' Ajax server using Jetty and allows Mule to receiver and send events
to browsers. The browser will need to use the
mule.js
class to publish and
subscribe events.
Note that a @RESOURCE_BASE_PROPERTY
can be set on the ajax endpoint that provides the location of any web application resources such
as html pages
Fields inherited from class org.mule.transport.AbstractConnector |
connected, createMultipleTransactedReceivers, DEFAULT_NUM_CONCURRENT_TX_RECEIVERS, dispatcherFactory, dispatcherPoolFactory, dispatchers, initialStateStopped, lifecycleManager, logger, muleContext, muleMessageFactory, name, numberOfConcurrentTransactedReceivers, receivers, requesterFactory, requesters, serviceDescriptor, serviceOverrides, sessionHandler, startOnConnect |
Methods inherited from class org.mule.transport.servlet.jetty.JettyHttpsConnector |
getClientKeyStore, getClientKeyStorePassword, getClientKeyStoreType, getKeyManagerAlgorithm, getKeyManagerFactory, getKeyPassword, getKeyStore, getKeyStorePassword, getKeyStoreType, getProtocolHandler, getProvider, getSecurityProviderFactory, getSslType, getTrustManagerAlgorithm, getTrustManagerFactory, getTrustStore, getTrustStorePassword, getTrustStoreType, isExplicitTrustStoreOnly, isRequireClientAuthentication, setClientKeyStore, setClientKeyStorePassword, setClientKeyStoreType, setExplicitTrustStoreOnly, setKeyManagerAlgorithm, setKeyPassword, setKeyStore, setKeyStorePassword, setKeyStoreType, setProtocolHandler, setProvider, setRequireClientAuthentication, setSecurityProviderFactory, setSslType, setTrustManagerAlgorithm, setTrustManagerFactory, setTrustStore, setTrustStorePassword, setTrustStoreType |
Methods inherited from class org.mule.transport.servlet.jetty.JettyHttpConnector |
createContextHolder, doConnect, doDisconnect, doDispose, doStop, getConfigFile, getHolderKey, getHttpServer, getReceiverServlet, initialiseFromConfigFile, isUseContinuations, setConfigFile, setReceiverServlet, setUseContinuations, unregisterListener |
Methods inherited from class org.mule.transport.AbstractConnector |
clearDispatchers, clearRequesters, configureDispatcherPool, connect, createDispatcherMessageProcessor, createMuleMessageFactory, createScheduler, destroyReceiver, disconnect, dispose, disposeReceivers, disposeWorkManagers, doUnregisterListener, exceptionThrown, fireNotification, getConnectEventId, getConnectionDescription, getDefaultExchangePattern, getDefaultInboundTransformers, getDefaultOutboundTransformers, getDefaultResponseTransformers, getDispatcherFactory, getDispatcherPoolFactory, getDispatcherThreadingProfile, getDispatcherWorkManager, getInboundExchangePatterns, getLifecycleState, getMaxDispatchersActive, getMaxRequestersActive, getMaxTotalDispatchers, getMuleContext, getMuleMessageFactory, getName, getNumberOfConcurrentTransactedReceivers, getOutboundExchangePatterns, getOutputStream, getReceiver, getReceiverKey, getReceivers, getReceivers, getReceiverThreadingProfile, getReceiverWorkManager, getRequesterFactory, getRequesterThreadingProfile, getRequesterWorkManager, getRetryPolicyTemplate, getScheduler, getServiceDescriptor, getServiceOverrides, getSessionHandler, getSupportedProtocols, handleException, handleException, handleWorkException, initFromServiceDescriptor, initialise, initialiseFromUrl, initWorkManagers, isConnected, isCreateMultipleTransactedReceivers, isDisposed, isEnableMessageEvents, isInitialised, isInitialStateStopped, isResponseEnabled, isStarted, isStopped, isValidateConnections, lookupReceiver, registerListener, registerSupportedMetaProtocol, registerSupportedProtocol, registerSupportedProtocolWithoutPrefix, request, request, setConnected, setCreateMultipleTransactedReceivers, setDispatcherFactory, setDispatcherPoolFactory, setDispatcherPoolMaxWait, setDispatcherPoolWhenExhaustedAction, setDispatcherThreadingProfile, setDynamicNotification, setInitialStateStopped, setMaxDispatchersActive, setMaxRequestersActive, setName, setNumberOfConcurrentTransactedReceivers, setReceiverThreadingProfile, setRequesterFactory, setRequesterPoolMaxWait, setRequesterPoolWhenExhaustedAction, setRequesterThreadingProfile, setRetryPolicyTemplate, setServiceOverrides, setSessionHandler, setSupportedProtocols, setupDispatchReturn, setupRequestReturn, setValidateConnections, shutdownScheduler, start, startAfterConnect, stop, supportsProtocol, toString, unregisterListener, unregisterSupportedProtocol, updateCachedNotificationHandler, validateConnection, workAccepted, workCompleted, workRejected, workStarted |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PROTOCOL
public static final java.lang.String PROTOCOL
- See Also:
- Constant Field Values
CHANNEL_PROPERTY
public static final java.lang.String CHANNEL_PROPERTY
- See Also:
- Constant Field Values
AJAX_PATH_SPEC
public static final java.lang.String AJAX_PATH_SPEC
- See Also:
- Constant Field Values
COMETD_CLIENT
public static final java.lang.String COMETD_CLIENT
- See Also:
- Constant Field Values
REPLYTO_PARAM
public static final java.lang.String REPLYTO_PARAM
- This is the key that's used to retrieve the reply to destination from a
Map
that's
passed into AjaxMuleMessageFactory
.
- See Also:
- Constant Field Values
AjaxConnector
public AjaxConnector(MuleContext context)
getProtocol
public java.lang.String getProtocol()
- Specified by:
getProtocol
in interface Connector
- Overrides:
getProtocol
in class JettyHttpsConnector
- Returns:
- the primary protocol name for endpoints of this connector
getServerUrl
public java.net.URL getServerUrl()
setServerUrl
public void setServerUrl(java.net.URL serverUrl)
doInitialise
protected void doInitialise()
throws InitialisationException
- Overrides:
doInitialise
in class JettyHttpsConnector
- Throws:
InitialisationException
doStart
protected void doStart()
throws MuleException
- Description copied from class:
AbstractConnector
- Template method to perform any work when starting the connectoe
- Overrides:
doStart
in class JettyHttpConnector
- Throws:
MuleException
- if the method fails
validateSslConfig
protected void validateSslConfig()
throws InitialisationException
- Overrides:
validateSslConfig
in class JettyHttpsConnector
- Throws:
InitialisationException
getReplyToHandler
public ReplyToHandler getReplyToHandler(ImmutableEndpoint endpoint)
- Description copied from class:
AbstractConnector
- Getter for property 'replyToHandler'.
- Overrides:
getReplyToHandler
in class JettyHttpConnector
- Returns:
- Value for property 'replyToHandler'.
createServlet
public javax.servlet.Servlet createServlet(org.mortbay.jetty.Connector connector,
ImmutableEndpoint endpoint)
- Overrides:
createServlet
in class JettyHttpConnector
populateContext
protected void populateContext(org.mortbay.jetty.servlet.Context context)
createJettyConnector
protected org.mortbay.jetty.AbstractConnector createJettyConnector()
- Overrides:
createJettyConnector
in class JettyHttpsConnector
getBayeux
public org.mortbay.cometd.AbstractBayeux getBayeux()
- Specified by:
getBayeux
in interface BayeuxAware
setBayeux
public void setBayeux(org.mortbay.cometd.AbstractBayeux bayeux)
- Specified by:
setBayeux
in interface BayeuxAware
createReceiver
protected MessageReceiver createReceiver(FlowConstruct flowConstruct,
InboundEndpoint endpoint)
throws java.lang.Exception
- Description copied from class:
AbstractConnector
- Create a Message receiver for this connector
- Overrides:
createReceiver
in class JettyHttpConnector
- Parameters:
flowConstruct
- the service that will receive events from this receiver, the
listenerendpoint
- the endpoint that defies this inbound communication
- Returns:
- an instance of the message receiver defined in this connectors'
TransportServiceDescriptor
initialised using the service and endpoint.
- Throws:
java.lang.Exception
- if there is a problem creating the receiver. This exception
really depends on the underlying transport, thus any exception
could be thrown
getResourceBase
public java.lang.String getResourceBase()
setResourceBase
public void setResourceBase(java.lang.String resourceBase)
getInterval
public int getInterval()
setInterval
public void setInterval(int interval)
getMaxInterval
public int getMaxInterval()
setMaxInterval
public void setMaxInterval(int maxInterval)
getMultiFrameInterval
public int getMultiFrameInterval()
setMultiFrameInterval
public void setMultiFrameInterval(int multiFrameInterval)
getLogLevel
public int getLogLevel()
setLogLevel
public void setLogLevel(int logLevel)
getTimeout
public int getTimeout()
setTimeout
public void setTimeout(int timeout)
isJsonCommented
public boolean isJsonCommented()
setJsonCommented
public void setJsonCommented(boolean jsonCommented)
getFilters
public java.lang.String getFilters()
setFilters
public void setFilters(java.lang.String filters)
isRequestAvailable
public boolean isRequestAvailable()
setRequestAvailable
public void setRequestAvailable(boolean requestAvailable)
isDirectDeliver
public boolean isDirectDeliver()
setDirectDeliver
public void setDirectDeliver(boolean directDeliver)
getRefsThreshold
public int getRefsThreshold()
setRefsThreshold
public void setRefsThreshold(int refsThreshold)
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.