OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Module Parameters   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test Cases  

Module HTTP_PTC_CoordMsg


Import Declarations:


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

Details

XCAP_Attribute_Type
type record XCAP_Attribute_Type {
charstring NodeSelector,
charstring Value optional
  }

HTTP_ConfigurationParams_Type
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
  }

HTTP_TransactionParams_Type
type record HTTP_TransactionParams_Type {
float                               MaxDuration,
float                               InactivityDuration,
Common_AuthenticationParams_Type    AuthenticationParams  optional
  }

IMS_HTTP_Command_Type
type union IMS_HTTP_Command_Type {
HTTP_ConfigurationParams_Type       Configure,
HTTP_TransactionParams_Type         TransactionStart,
XCAP_Attribute_Type                 AttributeSet,
XCAP_Attribute_Type                 AttributeGet
  }

IMS_HTTP_Response_Type
type union IMS_HTTP_Response_Type {
charstring Error,
charstring Result
  }

IMS_XCAP_CO_ORD_PORT
type port IMS_XCAP_CO_ORD_PORT message
  {
out IMS_HTTP_Command_Type;
in  IMS_HTTP_Response_Type;
  }

XCAP_IMS_CO_ORD_PORT
type port XCAP_IMS_CO_ORD_PORT message
  {
in  IMS_HTTP_Command_Type;
out IMS_HTTP_Response_Type;
  }