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

gov.nist.javax.sip.LogRecord Maven / Gradle / Ivy

There is a newer version: 1.3.0-91
Show newest version
package gov.nist.javax.sip;

/**
 * The interface for a log record. The log records are generated by calling the
 * LogReocrdFactory instance that is registered with the stack.
 *
 * @author M. Ranganathan
 *
 */
public interface LogRecord {

    public abstract boolean equals(Object other);

    /**
     * Get an XML String for this message
     */

    public abstract String toString();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy