Objective-C++ Preprocessor  5.0 with ARC & GC
C++ classes to enhance syntax and manage reference counting.
Public Member Functions | Private Attributes | List of all members
OOSoap Class Reference

#include <objxml.h>

Public Member Functions

oo_inline OOSoap (OOString url, OOString action=nil)
 
oo_inline OONode send (OONode body, int flags=OOXMLDefaultParser, OOString prefix=@"SOAP-ENV")
 

Private Attributes

OOString url
 
OOString action
 

Detailed Description

Simple SOAP messaging interface.

Definition at line 786 of file objxml.h.

Constructor & Destructor Documentation

oo_inline OOSoap::OOSoap ( OOString  url,
OOString  action = nil 
)
inline

Definition at line 789 of file objxml.h.

Member Function Documentation

oo_inline OONode OOSoap::send ( OONode  body,
int  flags = OOXMLDefaultParser,
OOString  prefix = @"SOAP-ENV" 
)
inline

Definition at line 793 of file objxml.h.

Member Data Documentation

OOString OOSoap::action
private

Definition at line 787 of file objxml.h.

OOString OOSoap::url
private

Definition at line 787 of file objxml.h.


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