|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.providers.AbstractConnector
org.mule.providers.xmpp.XmppConnector
public class XmppConnector
XmppConnector TODO
| Field Summary | |
|---|---|
static String |
XMPP_FROM
|
static String |
XMPP_GROUP_CHAT
|
static String |
XMPP_NICKNAME
|
static String |
XMPP_PROPERTY_PREFIX
|
static String |
XMPP_SUBJECT
|
static String |
XMPP_THREAD
|
static String |
XMPP_TO
|
| Fields inherited from class org.mule.providers.AbstractConnector |
|---|
connected, connecting, connectionStrategy, createMultipleTransactedReceivers, DEFAULT_NUM_CONCURRENT_TX_RECEIVERS, defaultInboundTransformer, defaultOutboundTransformer, defaultResponseTransformer, dispatcherFactory, dispatchers, disposed, disposing, exceptionListener, initialised, logger, name, numberOfConcurrentTransactedReceivers, receivers, serviceDescriptor, serviceOverrides, sessionHandler, started, startOnConnect |
| Fields inherited from interface org.mule.umo.provider.UMOConnector |
|---|
INT_VALUE_NOT_SET |
| Constructor Summary | |
|---|---|
XmppConnector()
|
|
| Method Summary | |
|---|---|
org.jivesoftware.smack.XMPPConnection |
createXmppConnection(org.mule.umo.endpoint.UMOEndpointURI endpointURI)
|
protected void |
doConnect()
|
protected void |
doDisconnect()
|
protected void |
doDispose()
|
protected void |
doInitialise()
|
protected void |
doStart()
|
protected void |
doStop()
|
String |
getProtocol()
|
boolean |
isRemoteSyncEnabled()
|
| Methods inherited from class org.mule.providers.AbstractConnector |
|---|
checkDisposed, connect, createReceiver, destroyReceiver, disconnect, dispatch, dispose, disposeDispatchers, disposeReceivers, exceptionThrown, fireNotification, getConnectEventId, getConnectionDescription, getConnectionStrategy, getDefaultInboundTransformer, getDefaultOutboundTransformer, getDefaultResponseTransformer, getDispatcherFactory, getDispatcherThreadingProfile, getDispatcherWorkManager, getExceptionListener, getMaxDispatchersActive, getMessageAdapter, getName, getNumberOfConcurrentTransactedReceivers, getOutputStream, getReceiver, getReceiverKey, getReceivers, getReceivers, getReceiverThreadingProfile, getReceiverWorkManager, getReplyToHandler, getScheduler, getServiceDescriptor, getServiceOverrides, getSessionHandler, getStreamMessageAdapter, getSupportedProtocols, handleException, handleWorkException, initFromServiceDescriptor, initialise, initialiseFromUrl, isConnected, isCreateMultipleTransactedReceivers, isDisposed, isDisposing, isEnableMessageEvents, isStarted, lookupReceiver, receive, receive, registerListener, registerSupportedProtocol, registerSupportedProtocolWithoutPrefix, send, setConnectionStrategy, setCreateMultipleTransactedReceivers, setDefaultInboundTransformer, setDefaultOutboundTransformer, setDefaultResponseTransformer, setDispatcherFactory, setDispatcherThreadingProfile, setEnableMessageEvents, setExceptionListener, setMaxDispatchersActive, setName, setNumberOfConcurrentTransactedReceivers, setReceiverThreadingProfile, setServiceOverrides, setSessionHandler, setSupportedProtocols, startConnector, stopConnector, supportsProtocol, toString, unregisterListener, unregisterSupportedProtocol, workAccepted, workCompleted, workRejected, workStarted |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String XMPP_PROPERTY_PREFIX
public static final String XMPP_SUBJECT
public static final String XMPP_THREAD
public static final String XMPP_TO
public static final String XMPP_FROM
public static final String XMPP_GROUP_CHAT
public static final String XMPP_NICKNAME
| Constructor Detail |
|---|
public XmppConnector()
| Method Detail |
|---|
protected void doInitialise()
throws org.mule.umo.lifecycle.InitialisationException
doInitialise in class org.mule.providers.AbstractConnectororg.mule.umo.lifecycle.InitialisationExceptionprotected void doDispose()
doDispose in class org.mule.providers.AbstractConnector
protected void doConnect()
throws Exception
doConnect in class org.mule.providers.AbstractConnectorException
protected void doDisconnect()
throws Exception
doDisconnect in class org.mule.providers.AbstractConnectorException
protected void doStart()
throws org.mule.umo.UMOException
doStart in class org.mule.providers.AbstractConnectororg.mule.umo.UMOException
protected void doStop()
throws org.mule.umo.UMOException
doStop in class org.mule.providers.AbstractConnectororg.mule.umo.UMOExceptionpublic String getProtocol()
public org.jivesoftware.smack.XMPPConnection createXmppConnection(org.mule.umo.endpoint.UMOEndpointURI endpointURI)
throws org.jivesoftware.smack.XMPPException
org.jivesoftware.smack.XMPPExceptionpublic boolean isRemoteSyncEnabled()
isRemoteSyncEnabled in interface org.mule.umo.provider.UMOConnectorisRemoteSyncEnabled in class org.mule.providers.AbstractConnector
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||