Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | Related Pages

Plugin Class Reference

An abstraction of a Jingle plugin. More...

#include <jingleplugin.h>

Inherited by Content, Description, and Transport.

Inheritance diagram for Plugin:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~Plugin ()
virtual const std::string & filterString () const =0
virtual Tagtag () const =0

Detailed Description

An abstraction of a Jingle plugin.

This is the base class for Transport and Description. It is also used for session information, such as the 'ringing' info in Jingle Audio, or Jingle DTMF.

Author:
Jakob Schroeter <js@camaya.net>
Since:
1.0

Definition at line 36 of file jingleplugin.h.


Constructor & Destructor Documentation

virtual ~Plugin  )  [inline, virtual]
 

Virtual destructor.

Definition at line 42 of file jingleplugin.h.


Member Function Documentation

virtual const std::string& filterString  )  const [pure virtual]
 

Returns an XPath expression that describes a path to child elements of a jingle element that a plugin handles.

Returns:
The plugin's filter string.

Implemented in Content, Description, and Transport.

virtual Tag* tag  )  const [pure virtual]
 

Returns a Tag representation of the plugin.

Returns:
A Tag representation of the plugin.

Implemented in Content, Description, and Transport.


The documentation for this class was generated from the following file:
Generated on Mon Sep 1 09:25:14 2008 for gloox by  doxygen 1.4.1