
jabber.server.AbstractIqBuilderImpl Maven / Gradle / Ivy
The newest version!
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package jabber.server;
/**
*
* @author peter
*/
public abstract class AbstractIqBuilderImpl
extends uk.org.retep.xmpp.message.impl.AbstractIqBuilder
{
public AbstractIqBuilderImpl()
{
}
public AbstractIqBuilderImpl( final Iq bean )
{
super( bean );
}
@Override
public final BuilderFactory builderFactory()
{
return BuilderFactory.getInstance();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy