All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jabber.component.connect.AbstractIqBuilderImpl Maven / Gradle / Ivy

The newest version!
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package jabber.component.connect;

/**
 *
 * @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