Constructor and Description |
---|
XMPPAdapterListener(XMPPServerConnectionConfiguration xmppServerConnectionConfiguration,
org.wso2.carbon.event.input.adapter.core.InputEventAdapterListener inputEventAdapterListener,
int tenantId) |
Modifier and Type | Method and Description |
---|---|
void |
createConnection() |
boolean |
isConnectionInitialized() |
void |
processIncomingMessage(org.jivesoftware.smack.packet.Message xmppMessage) |
void |
run() |
protected void |
setFilterOnReceiver(String receiverJID) |
void |
startListener() |
void |
stopListener(String adapterName) |
public XMPPAdapterListener(XMPPServerConnectionConfiguration xmppServerConnectionConfiguration, org.wso2.carbon.event.input.adapter.core.InputEventAdapterListener inputEventAdapterListener, int tenantId)
public void startListener() throws org.jivesoftware.smack.XMPPException
org.jivesoftware.smack.XMPPException
public void stopListener(String adapterName)
protected void setFilterOnReceiver(String receiverJID)
public void processIncomingMessage(org.jivesoftware.smack.packet.Message xmppMessage)
public void createConnection()
public boolean isConnectionInitialized()
Copyright © 2017 WSO2. All rights reserved.