Uses of Class
org.xmpp.component.ComponentException
Packages that use ComponentException
-
Uses of ComponentException in org.xmpp.component
Methods in org.xmpp.component that throw ComponentExceptionModifier and TypeMethodDescriptionvoidComponentManager.addComponent(String subdomain, Component component) Adds a component.final 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.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.