Uses of Class
tigase.component.exceptions.ComponentException
-
-
Uses of ComponentException in tigase.component.modules
Methods in tigase.component.modules with parameters of type ComponentException Modifier and Type Method Description voidStanzaProcessor. sendException(Packet packet, ComponentException e)ConvertsComponentExceptionto XMPP error stanza and sends it to sender of packet.Methods in tigase.component.modules that throw ComponentException Modifier and Type Method Description voidModule. process(Packet packet)Process incoming stanza. -
Uses of ComponentException in tigase.component.modules.impl
Methods in tigase.component.modules.impl that throw ComponentException Modifier and Type Method Description protected java.util.List<Element>DiscoveryModule. prepareDiscoItems(JID jid, java.lang.String node, JID senderJID, RSM rsm)voidAdHocCommandModule. process(Packet packet)voidDiscoveryModule. process(Packet packet)voidJabberVersionModule. process(Packet packet)voidXmppPingModule. process(Packet iq)protected voidDiscoveryModule. processAdHocCommandItems(Packet packet, JID jid, java.lang.String node, JID senderJID)protected voidDiscoveryModule. processDiscoInfo(Packet packet, JID jid, java.lang.String node, JID senderJID)protected voidDiscoveryModule. processDiscoItems(Packet packet, JID jid, java.lang.String node, JID senderJID) -
Uses of ComponentException in tigase.eventbus.component
Methods in tigase.eventbus.component that throw ComponentException Modifier and Type Method Description voidEventPublisherModule. process(Packet packet)voidEventReceiverModule. process(Packet packet)voidSubscribeModule. process(Packet packet)voidUnsubscribeModule. process(Packet packet)protected voidEventbusDiscoveryModule. processDiscoInfo(Packet packet, JID jid, java.lang.String node, JID senderJID)protected voidEventbusDiscoveryModule. processDiscoItems(Packet packet, JID jid, java.lang.String node, JID senderJID)protected ElementSubscribeModule. processNonClusterSubscription(Packet packet) -
Uses of ComponentException in tigase.monitor.modules
Methods in tigase.monitor.modules that throw ComponentException Modifier and Type Method Description voidAdHocCommandMonitorModule. process(Packet packet)protected voidDiscoveryMonitorModule. processAdHocCommandItems(Packet packet, JID jid, java.lang.String node, JID senderJID)protected voidDiscoveryMonitorModule. processDiscoInfo(Packet packet, JID jid, java.lang.String node, JID senderJID)protected voidDiscoveryMonitorModule. processDiscoItems(Packet packet, JID jid, java.lang.String node, JID senderJID) -
Uses of ComponentException in tigase.server.extdisco
Methods in tigase.server.extdisco that throw ComponentException Modifier and Type Method Description voidExternalServiceDiscoveryModule. process(Packet packet) -
Uses of ComponentException in tigase.server.test
Methods in tigase.server.test that throw ComponentException Modifier and Type Method Description voidTestGeneratorModule. process(Packet packet)voidTestSpamModule. process(Packet packet) -
Uses of ComponentException in tigase.workgroupqueues
Subclasses of ComponentException in tigase.workgroupqueues Modifier and Type Class Description classComponentException -
Uses of ComponentException in tigase.workgroupqueues.modules
Methods in tigase.workgroupqueues.modules that throw ComponentException Modifier and Type Method Description protected voidDiscoveryModule. processDiscoInfo(Packet packet, JID jid, java.lang.String node, JID senderJID)protected voidDiscoveryModule. processDiscoItems(Packet packet, JID jid, java.lang.String node, JID senderJID) -
Uses of ComponentException in tigase.workgroupqueues.modules.agent
Methods in tigase.workgroupqueues.modules.agent that throw ComponentException Modifier and Type Method Description voidOfferModule. process(Packet packet)voidPresenceModule. process(Packet packet)voidStatusModule. process(Packet packet) -
Uses of ComponentException in tigase.workgroupqueues.modules.muc
Methods in tigase.workgroupqueues.modules.muc that throw ComponentException Modifier and Type Method Description voidMucControllerModule. process(Packet packet) -
Uses of ComponentException in tigase.workgroupqueues.modules.user
Methods in tigase.workgroupqueues.modules.user that throw ComponentException Modifier and Type Method Description voidDepartQueueModule. process(Packet packet)voidJoinQueueModule. process(Packet packet)voidQueueStatusModule. process(Packet packet) -
Uses of ComponentException in tigase.xmpp.mam
Methods in tigase.xmpp.mam that throw ComponentException Modifier and Type Method Description protected voidMAMQueryParser. assertIsUUID(java.lang.String uuid)QueryMAMQueryParser. parseQuery(Query query, Packet packet)QQueryParser. parseQuery(Q query, Packet packet)voidMAMRepository. queryItems(Q query, MAMRepository.ItemHandler<Q,I> itemHandler)protected voidMAMQueryParser. validateRsm(RSM rsm) -
Uses of ComponentException in tigase.xmpp.mam.modules
Methods in tigase.xmpp.mam.modules that throw ComponentException Modifier and Type Method Description voidGetFormModule. process(Packet packet)voidQueryModule. process(Packet packet)
-