Public Types | |
typedef boost::shared_ptr < SetInBandRegistrationRequest > | ref |
Public Member Functions | |
void | send () |
const JID & | getReceiver () const |
Static Public Member Functions | |
static ref | create (const JID &to, InBandRegistrationPayload::ref payload, IQRouter *router) |
Public Attributes | |
boost::signal< void(boost::shared_ptr < Payload >, ErrorPayload::ref)> | onResponse |
Protected Member Functions | |
virtual void | setPayload (boost::shared_ptr< Payload > payload) |
boost::shared_ptr< Payload > | getPayload () const |
virtual void | handleResponse (boost::shared_ptr< Payload >, boost::shared_ptr< ErrorPayload >)=0 |
Definition at line 17 of file SubmitInBandRegistrationFormRequest.h.
typedef boost::shared_ptr<SetInBandRegistrationRequest> Swift::SetInBandRegistrationRequest::ref |
Definition at line 19 of file SubmitInBandRegistrationFormRequest.h.
static ref Swift::SetInBandRegistrationRequest::create | ( | const JID & | to, | |
InBandRegistrationPayload::ref | payload, | |||
IQRouter * | router | |||
) | [inline, static] |
Definition at line 21 of file SubmitInBandRegistrationFormRequest.h.
boost::shared_ptr<Payload> Swift::Request::getPayload | ( | ) | const [inline, protected, inherited] |
Definition at line 78 of file Request.h.
Referenced by Swift::GenericRequest< InBandRegistrationPayload >::getPayloadGeneric().
const JID& Swift::Request::getReceiver | ( | ) | const [inline, inherited] |
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] |
boost::signal<void (boost::shared_ptr<Payload>, ErrorPayload::ref)> Swift::SetInBandRegistrationRequest::onResponse |
Definition at line 34 of file SubmitInBandRegistrationFormRequest.h.