reSIProcate/repro  9694
Public Member Functions | Private Member Functions | Private Attributes
repro::CertPublicationHandler Class Reference

#include <CertPublicationHandler.hxx>

Inheritance diagram for repro::CertPublicationHandler:
Inheritance graph
[legend]
Collaboration diagram for repro::CertPublicationHandler:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CertPublicationHandler (resip::Security &security)
virtual void onInitial (resip::ServerPublicationHandle h, const resip::Data &etag, const resip::SipMessage &pub, const resip::Contents *contents, const resip::SecurityAttributes *attrs, UInt32 expires)
virtual void onExpired (resip::ServerPublicationHandle h, const resip::Data &etag)
virtual void onRefresh (resip::ServerPublicationHandle, const resip::Data &etag, const resip::SipMessage &pub, const resip::Contents *contents, const resip::SecurityAttributes *attrs, UInt32 expires)
virtual void onUpdate (resip::ServerPublicationHandle h, const resip::Data &etag, const resip::SipMessage &pub, const resip::Contents *contents, const resip::SecurityAttributes *attrs, UInt32 expires)
virtual void onRemoved (resip::ServerPublicationHandle h, const resip::Data &etag, const resip::SipMessage &pub, UInt32 expires)

Private Member Functions

void add (resip::ServerPublicationHandle h, const resip::Contents *contents)

Private Attributes

resip::SecuritymSecurity

Detailed Description

Definition at line 18 of file CertPublicationHandler.hxx.


Constructor & Destructor Documentation

CertPublicationHandler::CertPublicationHandler ( resip::Security security)

Definition at line 9 of file CertPublicationHandler.cxx.

                                                                 : mSecurity(security)
{
}

Member Function Documentation

void repro::CertPublicationHandler::add ( resip::ServerPublicationHandle  h,
const resip::Contents contents 
) [private]
virtual void repro::CertPublicationHandler::onExpired ( resip::ServerPublicationHandle  h,
const resip::Data etag 
) [virtual]
virtual void repro::CertPublicationHandler::onInitial ( resip::ServerPublicationHandle  h,
const resip::Data etag,
const resip::SipMessage pub,
const resip::Contents contents,
const resip::SecurityAttributes attrs,
UInt32  expires 
) [virtual]
virtual void repro::CertPublicationHandler::onRefresh ( resip::ServerPublicationHandle  ,
const resip::Data etag,
const resip::SipMessage pub,
const resip::Contents contents,
const resip::SecurityAttributes attrs,
UInt32  expires 
) [virtual]
virtual void repro::CertPublicationHandler::onRemoved ( resip::ServerPublicationHandle  h,
const resip::Data etag,
const resip::SipMessage pub,
UInt32  expires 
) [virtual]
virtual void repro::CertPublicationHandler::onUpdate ( resip::ServerPublicationHandle  h,
const resip::Data etag,
const resip::SipMessage pub,
const resip::Contents contents,
const resip::SecurityAttributes attrs,
UInt32  expires 
) [virtual]

Member Data Documentation

Definition at line 46 of file CertPublicationHandler.hxx.


The documentation for this class was generated from the following files: