Uses of Class
org.xmpp.component.ComponentException
-
Packages that use ComponentException Package Description org.xmpp.component -
-
Uses of ComponentException in org.xmpp.component
Methods in org.xmpp.component that throw ComponentException Modifier and Type Method Description voidComponentManager. addComponent(String subdomain, Component component)Adds a component.voidAbstractComponent. initialize(JID jid, ComponentManager componentManager)Initialize the abstract component.voidComponent. initialize(JID jid, ComponentManager componentManager)Initializes this component with a ComponentManager and the JID that this component is available at (e.g.IQComponentManager. 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.voidComponentManager. query(Component component, IQ packet, IQResultListener listener)Sends an IQ packet to the server and returns immediately.voidComponentManager. removeComponent(String subdomain)Removes a component.voidComponentManager. sendPacket(Component component, Packet packet)Sends a packet to the XMPP server.
-