LassoIdWsf2DiscoEndpointContext

LassoIdWsf2DiscoEndpointContext — <disco:EndpointContext>

Synopsis

                    LassoIdWsf2DiscoEndpointContext;
LassoIdWsf2DiscoEndpointContext* lasso_idwsf2_disco_endpoint_context_new
                                                        (void);
LassoIdWsf2DiscoEndpointContext* lasso_idwsf2_disco_endpoint_context_new_full
                                                        (const gchar *address);

Description

Figure 140. Schema fragment for disco:EndpointContext


<xs:complexType name="EndpointContextType">
  <xs:sequence>
    <xs:element ref="Address"        maxOccurs="unbounded" />
    <xs:element ref="sbf:Framework"  maxOccurs="unbounded" />
    <xs:element ref="SecurityMechID" maxOccurs="unbounded" />
    <xs:element ref="Action"         minOccurs="0"
      maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>


Details

LassoIdWsf2DiscoEndpointContext

typedef struct {
	LassoNode parent;

	/* elements */
	GList *Address; /* of strings */
	GList *Framework; /* of LassoNode */
	GList *SecurityMechID; /* of strings */
	GList *Action; /* of strings */
} LassoIdWsf2DiscoEndpointContext;

lasso_idwsf2_disco_endpoint_context_new ()

LassoIdWsf2DiscoEndpointContext* lasso_idwsf2_disco_endpoint_context_new
                                                        (void);

Creates a new LassoIdWsf2DiscoEndpointContext object.

Returns :

a newly created LassoIdWsf2DiscoEndpointContext object

lasso_idwsf2_disco_endpoint_context_new_full ()

LassoIdWsf2DiscoEndpointContext* lasso_idwsf2_disco_endpoint_context_new_full
                                                        (const gchar *address);