Package tigase.mix.adhoc
Class ChannelDestroyCommand
java.lang.Object
tigase.mix.adhoc.AbstractAdhocCommand
tigase.mix.adhoc.AbstractMIXAdhocCommand
tigase.mix.adhoc.ChannelDestroyCommand
- All Implemented Interfaces:
tigase.component.adhoc.AdHocCommand
@Bean(name="channel-destroy-cmd",
parent=IMixComponent.class,
active=true)
public class ChannelDestroyCommand
extends AbstractMIXAdhocCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected tigase.xml.ElementprepareForm(tigase.component.adhoc.AdhHocRequest request, tigase.component.adhoc.AdHocResponse response) protected tigase.xml.ElementsubmitForm(tigase.component.adhoc.AdhHocRequest request, tigase.component.adhoc.AdHocResponse response, tigase.xml.Element data) Methods inherited from class tigase.mix.adhoc.AbstractMIXAdhocCommand
isAllowedForMethods inherited from class tigase.mix.adhoc.AbstractAdhocCommand
assertNotEmpty, execute, getName, getNodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tigase.component.adhoc.AdHocCommand
execute, getGroup
-
Constructor Details
-
ChannelDestroyCommand
public ChannelDestroyCommand()
-
-
Method Details
-
prepareForm
protected tigase.xml.Element prepareForm(tigase.component.adhoc.AdhHocRequest request, tigase.component.adhoc.AdHocResponse response) throws tigase.component.adhoc.AdHocCommandException - Specified by:
prepareFormin classAbstractAdhocCommand- Throws:
tigase.component.adhoc.AdHocCommandException
-
submitForm
protected tigase.xml.Element submitForm(tigase.component.adhoc.AdhHocRequest request, tigase.component.adhoc.AdHocResponse response, tigase.xml.Element data) throws tigase.component.adhoc.AdHocCommandException - Specified by:
submitFormin classAbstractAdhocCommand- Throws:
tigase.component.adhoc.AdHocCommandException
-