Public Member Functions

base_soap::SOAPAttachment Class Reference

soap attachment More...

#include <libppbase/base_soap/SOAPAttachment.h>

Inheritance diagram for base_soap::SOAPAttachment:
base::MemFile

List of all members.

Public Member Functions

 SOAPAttachment (const base::String &id, const base::String &filename, const base::String &mimetype, size_t memlimit=1048576)
 Constructor.
const base::StringgetFileName () const
 Gets the attachment file name.
const base::StringgetID () const
 Gets the attachment id.
const base::StringgetMimeType () const
 Gets the attachment mime type.

Detailed Description

soap attachment

Author:
Christoph Schwarz
Version:
Id:
SOAPAttachment.h 21 2010-09-05 04:18:17Z cschwarz1

Constructor & Destructor Documentation

base_soap::SOAPAttachment::SOAPAttachment ( const base::String id,
const base::String filename,
const base::String mimetype,
size_t  memlimit = 1048576 
)

Constructor.

Parameters:
id the attachment id (Content-ID)
filename the attachment file name (Content-Disposition: filename)
mimetype the attachment mime type (Content-Type)
memlimit memory limit in bytes

Member Function Documentation

const base::String& base_soap::SOAPAttachment::getFileName (  )  const

Gets the attachment file name.

Returns:
the attachment file name
const base::String& base_soap::SOAPAttachment::getID (  )  const

Gets the attachment id.

Returns:
the attachment id
const base::String& base_soap::SOAPAttachment::getMimeType (  )  const

Gets the attachment mime type.

Returns:
the attachment mime type

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