Uses of Interface
org.xmpp.component.Component

Packages that use Component
org.xmpp.component   
 

Uses of Component in org.xmpp.component
 

Classes in org.xmpp.component that implement Component
 class AbstractComponent
          This class provides a default Component implementation.
 

Methods in org.xmpp.component with parameters of type Component
 void ComponentManager.addComponent(java.lang.String subdomain, Component component)
          Adds a component.
 void ComponentManager.query(Component component, IQ packet, IQResultListener listener)
          Sends an IQ packet to the server and returns immediately.
 IQ ComponentManager.query(Component component, IQ packet, long timeout)
          Sends an IQ packet to the XMPP server and waits to get an IQ of type result or error.
 void ComponentManager.sendPacket(Component component, Packet packet)
          Sends a packet to the XMPP server.
 



Copyright © 2009-2010 Ignite Realtime. All Rights Reserved.