org.mobicents.slee.resource.xmpp
Class XmppResourceAdaptorSbbInterfaceImpl
java.lang.Object
org.mobicents.slee.resource.xmpp.XmppResourceAdaptorSbbInterfaceImpl
- All Implemented Interfaces:
- org.mobicents.slee.resource.xmpp.XmppResourceAdaptorSbbInterface
public class XmppResourceAdaptorSbbInterfaceImpl
- extends java.lang.Object
- implements org.mobicents.slee.resource.xmpp.XmppResourceAdaptorSbbInterface
- Author:
- martins
|
Method Summary |
org.mobicents.slee.resource.xmpp.XmppConnection |
connectClient(java.lang.String connectionID,
java.lang.String serverHost,
int serverPort,
java.lang.String serviceName,
java.lang.String username,
java.lang.String password,
java.lang.String resource,
java.util.Collection<java.lang.Class<?>> packetFilters)
|
org.mobicents.slee.resource.xmpp.XmppConnection |
connectComponent(java.lang.String connectionID,
java.lang.String serverHost,
int serverPort,
java.lang.String serviceName,
java.lang.String componentName,
java.lang.String componentSecret,
java.util.Collection<java.lang.Class<?>> packetFilters)
|
void |
disconnect(java.lang.String connectionID)
|
org.mobicents.slee.resource.xmpp.XmppConnection |
getXmppConnection(java.lang.String connectionId)
|
void |
sendPacket(java.lang.String connectionID,
org.jivesoftware.smack.packet.Packet packet)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmppResourceAdaptorSbbInterfaceImpl
public XmppResourceAdaptorSbbInterfaceImpl(XmppResourceAdaptor ra)
- Parameters:
ra - tracer -
getXmppConnection
public org.mobicents.slee.resource.xmpp.XmppConnection getXmppConnection(java.lang.String connectionId)
- Specified by:
getXmppConnection in interface org.mobicents.slee.resource.xmpp.XmppResourceAdaptorSbbInterface
connectClient
public org.mobicents.slee.resource.xmpp.XmppConnection connectClient(java.lang.String connectionID,
java.lang.String serverHost,
int serverPort,
java.lang.String serviceName,
java.lang.String username,
java.lang.String password,
java.lang.String resource,
java.util.Collection<java.lang.Class<?>> packetFilters)
throws org.jivesoftware.smack.XMPPException
- Specified by:
connectClient in interface org.mobicents.slee.resource.xmpp.XmppResourceAdaptorSbbInterface
- Throws:
org.jivesoftware.smack.XMPPException
connectComponent
public org.mobicents.slee.resource.xmpp.XmppConnection connectComponent(java.lang.String connectionID,
java.lang.String serverHost,
int serverPort,
java.lang.String serviceName,
java.lang.String componentName,
java.lang.String componentSecret,
java.util.Collection<java.lang.Class<?>> packetFilters)
throws org.jivesoftware.smack.XMPPException
- Specified by:
connectComponent in interface org.mobicents.slee.resource.xmpp.XmppResourceAdaptorSbbInterface
- Throws:
org.jivesoftware.smack.XMPPException
disconnect
public void disconnect(java.lang.String connectionID)
- Specified by:
disconnect in interface org.mobicents.slee.resource.xmpp.XmppResourceAdaptorSbbInterface
sendPacket
public void sendPacket(java.lang.String connectionID,
org.jivesoftware.smack.packet.Packet packet)
- Specified by:
sendPacket in interface org.mobicents.slee.resource.xmpp.XmppResourceAdaptorSbbInterface
Copyright © 2010. All Rights Reserved.