Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions

Swift::GetInBandRegistrationFormRequest Class Reference

Inheritance diagram for Swift::GetInBandRegistrationFormRequest:
Collaboration diagram for Swift::GetInBandRegistrationFormRequest:

List of all members.

Public Types

typedef boost::shared_ptr
< GetInBandRegistrationFormRequest
ref

Public Member Functions

virtual void handleResponse (boost::shared_ptr< Payload > payload, ErrorPayload::ref error)
 Internal method, do not use.
void send ()
const JIDgetReceiver () const

Static Public Member Functions

static ref create (const JID &to, IQRouter *router)

Public Attributes

boost::signal< void(boost::shared_ptr
< InBandRegistrationPayload >
, ErrorPayload::ref)> 
onResponse
 Signal emitted when a reply to the iq has been received.

Protected Member Functions

virtual void handleResponse (boost::shared_ptr< Payload >, boost::shared_ptr< ErrorPayload >)=0
boost::shared_ptr
< InBandRegistrationPayload
getPayloadGeneric () const
virtual void setPayload (boost::shared_ptr< Payload > payload)
boost::shared_ptr< PayloadgetPayload () const

Detailed Description

Definition at line 12 of file GetInBandRegistrationFormRequest.h.


Member Typedef Documentation

Definition at line 13 of file GetInBandRegistrationFormRequest.h.


Member Function Documentation

static ref Swift::GetInBandRegistrationFormRequest::create ( const JID to,
IQRouter router 
) [inline, static]

Definition at line 15 of file GetInBandRegistrationFormRequest.h.

boost::shared_ptr<Payload> Swift::Request::getPayload (  )  const [inline, protected, inherited]
boost::shared_ptr<InBandRegistrationPayload > Swift::GenericRequest< InBandRegistrationPayload >::getPayloadGeneric (  )  const [inline, protected, inherited]

Definition at line 65 of file GenericRequest.h.

References Swift::Request::getPayload().

const JID& Swift::Request::getReceiver (  )  const [inline, inherited]

Definition at line 29 of file Request.h.

virtual void Swift::GenericRequest< InBandRegistrationPayload >::handleResponse ( boost::shared_ptr< Payload payload,
ErrorPayload::ref  error 
) [inline, virtual, inherited]

Internal method, do not use.

Definition at line 60 of file GenericRequest.h.

References Swift::GenericRequest< PAYLOAD_TYPE >::onResponse.

virtual void Swift::Request::handleResponse ( boost::shared_ptr< Payload ,
boost::shared_ptr< ErrorPayload  
) [protected, pure virtual, inherited]
void Swift::Request::send (  )  [inherited]
virtual void Swift::Request::setPayload ( boost::shared_ptr< Payload payload  )  [inline, protected, virtual, inherited]

Definition at line 74 of file Request.h.


Member Data Documentation

Signal emitted when a reply to the iq has been received.

Contains a payload if one was present, and an error if one was present.

Definition at line 73 of file GenericRequest.h.