| Lasso Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
Synopsis
struct LassoIdWsf2DiscoServiceContext; LassoIdWsf2DiscoServiceContext * lasso_idwsf2_disco_service_context_new (void); LassoIdWsf2DiscoServiceContext * lasso_idwsf2_disco_service_context_new_full (const gchar *serviceType,LassoIdWsf2DiscoEndpointContext *endpointContext);
Description
Figure 145. Schema fragment for disco:ServiceContext
<xs:complexType name="ServiceContextType">
  <xs:sequence>
    <xs:element ref="ServiceType"     maxOccurs="unbounded" />
    <xs:element ref="Options"         minOccurs="0"
      maxOccurs="unbounded" />
      <xs:element ref="EndpointContext" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
Details
struct LassoIdWsf2DiscoServiceContext
struct LassoIdWsf2DiscoServiceContext {
	LassoNode parent;
	/* elements */
	GList *ServiceType; /* of strings */
	GList *Options; /* of LassoIdWsf2DiscoOptions */
	GList *EndpointContext; /* of LassoIdWsf2DiscoEndpointContext */
};
lasso_idwsf2_disco_service_context_new ()
LassoIdWsf2DiscoServiceContext *  lasso_idwsf2_disco_service_context_new
                                                        (void);
Creates a new LassoIdWsf2DiscoServiceContext object.
Returns :  | 
a newly created LassoIdWsf2DiscoServiceContext object | 
lasso_idwsf2_disco_service_context_new_full ()
LassoIdWsf2DiscoServiceContext * lasso_idwsf2_disco_service_context_new_full (const gchar *serviceType,LassoIdWsf2DiscoEndpointContext *endpointContext);
