wsdl-memory

Name

wsdl-memory -- 

Synopsis



void        wsdl_free_types                 (wsdl_types *types);
void        wsdl_free_message_part          (wsdl_message_part *part);
void        wsdl_free_message               (wsdl_message *message);
void        wsdl_free_porttype_operation_iof
                                            (wsdl_porttype_operation_inoutfault *iof);
void        wsdl_free_porttype_operation    (wsdl_porttype_operation *operation);
void        wsdl_free_porttype              (wsdl_porttype *porttype);
void        wsdl_free_soap_binding          (wsdl_soap_binding *binding);
void        wsdl_free_soap_operation        (wsdl_soap_operation *operation);
void        wsdl_free_soap_body             (wsdl_soap_body *body);
void        wsdl_free_soap_header           (wsdl_soap_header *header);
void        wsdl_free_soap_fault            (wsdl_soap_fault *fault);
void        wsdl_free_binding_operation_iof (wsdl_binding_operation_inoutfault *iof);
void        wsdl_free_binding_operation     (wsdl_binding_operation *operation);
void        wsdl_free_binding               (wsdl_binding *binding);
void        wsdl_free_soap_address          (wsdl_soap_address *address);
void        wsdl_free_service_port          (wsdl_service_port *port);
void        wsdl_free_service               (wsdl_service *service);
void        wsdl_free_definitions           (wsdl_definitions *definitions);

Description

Details

wsdl_free_types ()

void        wsdl_free_types                 (wsdl_types *types);

Frees the memory pointed to by types, and any memory used by members of the wsdl_types structure. Then calls wsdl_typecode_free_all().

types :

a pointer to a wsdl_types structure


wsdl_free_message_part ()

void        wsdl_free_message_part          (wsdl_message_part *part);

Frees the memory pointed to by part, and any memory used by members of the wsdl_message_part structure.

part :

a pointer to a wsdl_message_part structure


wsdl_free_message ()

void        wsdl_free_message               (wsdl_message *message);

Frees the memory pointed to by message, and any memory used by members of the wsdl_message structure.

message :

a pointer to a wsdl_message structure


wsdl_free_porttype_operation_iof ()

void        wsdl_free_porttype_operation_iof
                                            (wsdl_porttype_operation_inoutfault *iof);

Frees the memory pointed to by iof, and any memory used by members of the wsdl_porttype_operation_inoutfault structure.

iof :

a pointer to a wsdl_porttype_operation_inoutfault structure


wsdl_free_porttype_operation ()

void        wsdl_free_porttype_operation    (wsdl_porttype_operation *operation);

Frees the memory pointed to by operation, and any memory used by members of the wsdl_porttype_operation structure.

operation :

a pointer to a wsdl_porttype_operation structure


wsdl_free_porttype ()

void        wsdl_free_porttype              (wsdl_porttype *porttype);

Frees the memory pointed to by porttype, and any memory used by members of the wsdl_porttype structure.

porttype :

a pointer to a wsdl_porttype structure


wsdl_free_soap_binding ()

void        wsdl_free_soap_binding          (wsdl_soap_binding *binding);

Frees the memory pointed to by binding, and any memory used by members of the wsdl_soap_binding structure.

binding :

a pointer to a wsdl_soap_binding structure


wsdl_free_soap_operation ()

void        wsdl_free_soap_operation        (wsdl_soap_operation *operation);

Frees the memory pointed to by operation, and any memory used by members of the wsdl_soap_operation structure.

operation :

a pointer to a wsdl_soap_operation structure


wsdl_free_soap_body ()

void        wsdl_free_soap_body             (wsdl_soap_body *body);

Frees the memory pointed to by body, and any memory used by members of the wsdl_soap_body structure.

body :

a pointer to a wsdl_soap_body structure


wsdl_free_soap_header ()

void        wsdl_free_soap_header           (wsdl_soap_header *header);

Frees the memory pointed to by header, and any memory used by members of the wsdl_soap_header structure.

header :

a pointer to a wsdl_soap_header structure


wsdl_free_soap_fault ()

void        wsdl_free_soap_fault            (wsdl_soap_fault *fault);

Frees the memory pointed to by fault, and any memory used by members of the wsdl_soap_fault structure.

fault :

a pointer to a wsdl_soap_fault structure


wsdl_free_binding_operation_iof ()

void        wsdl_free_binding_operation_iof (wsdl_binding_operation_inoutfault *iof);

Frees the memory pointed to by iof, and any memory used by members of the wsdl_binding_operation_inoutfault structure.

iof :

a pointer to a wsdl_binding_operation_inoutfault structure


wsdl_free_binding_operation ()

void        wsdl_free_binding_operation     (wsdl_binding_operation *operation);

Frees the memory pointed to by operation, and any memory used by members of the wsdl_binding_operation structure.

operation :

a pointer to a wsdl_binding_operation structure


wsdl_free_binding ()

void        wsdl_free_binding               (wsdl_binding *binding);

Frees the memory pointed to by binding, and any memory used by members of the wsdl_binding structure.

binding :

a pointer to a wsdl_binding structure


wsdl_free_soap_address ()

void        wsdl_free_soap_address          (wsdl_soap_address *address);

Frees the memory pointed to by address, and any memory used by members of the wsdl_soap_address structure.

address :

a pointer to a wsdl_soap_address structure


wsdl_free_service_port ()

void        wsdl_free_service_port          (wsdl_service_port *port);

Frees the memory pointed to by port, and any memory used by members of the wsdl_service_port structure.

port :

a pointer to a wsdl_service_port structure


wsdl_free_service ()

void        wsdl_free_service               (wsdl_service *service);

Frees the memory pointed to by service, and any memory used by members of the wsdl_service structure.

service :

a pointer to a wsdl_service structure


wsdl_free_definitions ()

void        wsdl_free_definitions           (wsdl_definitions *definitions);

Frees the memory pointed to by definitions, and any memory used by members of the wsdl_definitions structure.

definitions :

a pointer to a wsdl_definitions structure