OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Data Types Summary | |
|---|---|
| XCAP_Attribute_Type | |
| HTTP_ConfigurationParams_Type | |
| HTTP_TransactionParams_Type | |
| IMS_HTTP_Command_Type | |
| IMS_HTTP_Response_Type | |
| Port Types Summary | |
|---|---|
| IMS_XCAP_CO_ORD_PORT | |
| XCAP_IMS_CO_ORD_PORT | |
type record XCAP_Attribute_Type {
charstring NodeSelector,
charstring Value optional
}
type record HTTP_ConfigurationParams_Type {
HttpAuthenticationMechanism HttpAuthenticationMechanism,
IP_Socket_Type XcapServerAddrAndPort,
IP_Socket_Type BsfServerAddrAndPort,
IP_DrbInfo_Type DrbRoutingInfo,
charstring HomeDomainName,
charstring PrivateUserId,
charstring PublicUserId,
charstring XcapRootUri
}
type record HTTP_TransactionParams_Type {
float MaxDuration,
float InactivityDuration,
Common_AuthenticationParams_Type AuthenticationParams optional
}
type union IMS_HTTP_Command_Type {
HTTP_ConfigurationParams_Type Configure,
HTTP_TransactionParams_Type TransactionStart,
XCAP_Attribute_Type AttributeSet,
XCAP_Attribute_Type AttributeGet
}
type union IMS_HTTP_Response_Type {
charstring Error,
charstring Result
}
type port IMS_XCAP_CO_ORD_PORT message
{
out IMS_HTTP_Command_Type;
in IMS_HTTP_Response_Type;
}
type port XCAP_IMS_CO_ORD_PORT message
{
in IMS_HTTP_Command_Type;
out IMS_HTTP_Response_Type;
}