SAP ABAP Class CL_SOAP_WSRMB_BODY_CS (Create sequence message)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
⤷
SOAP_WSRMB (Package) WSRM extensions with focus on BizTalk interoperability
⤷
⤷
Properties
| Class | CL_SOAP_WSRMB_BODY_CS | |
| Short Description | Create sequence message | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SOAP_WSRMB | WSRM extensions with focus on BizTalk interoperability |
| Created | 20070529 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SOAP_WSRMB_BODY_CS has no interface implemented.
Friends
Class CL_SOAP_WSRMB_BODY_CS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'CL_SOAP_WSRMB_BODY_CS' | WSRM: Class Name | 20071024 | ||
| 2 | Constant | Private | Type reference (TYPE) | SRT_MONI_PROC_ID | TSRTM_PROC_ID_WSRM | SOAP Runtime Processor Unit ID | 20071024 | ||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SOAP_WSRMB_ENDPOINT_REF | AcksTo object | 20070615 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | STRING | Expires value | 20070615 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SOAP_WSRMB_OFFER | Sequence ID offer object | 20070615 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | XSTRING | Security Token Reference | 20080307 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | STRING | WSRM namespace to distinguish WSRM 1.0 from WSRM 1.1 | 20071024 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SXMLP_DATA | wsrm:Expires part | 20070529 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SXMLP_LIST | wsrm:CreateSequence part | 20070529 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SXMLP_FRAGMENT | wsse:SecurityTokenReference | 20080307 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | compose the create sequence part for deserialization | 20070913 | |
| 2 | Instance method | Public | Method | compose the create sequence part for serialization | 20070913 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20070529 | |
| 4 | Instance method | Public | Method | get the wsrm:AcksTo as object | 20070731 | |
| 5 | Instance method | Public | Method | get the wsrm:expires value, translated into seconds | 20070529 | |
| 6 | Instance method | Public | Method | get the wsrm:offer value as object | 20070529 | |
| 7 | Instance method | Public | Method | get the create sequence part | 20070529 | |
| 8 | Instance method | Public | Method | get the wsse:SecurityTokenReference value | 20080307 | |
| 9 | Instance method | Public | Method | process part after deserialization | 20080307 | |
| 10 | Instance method | Public | Method | set the wsse:SecurityTokenReference value | 20080307 |
Events
Class CL_SOAP_WSRMB_BODY_CS has no event.
Types
Class CL_SOAP_WSRMB_BODY_CS has no local type.
Method Signatures
Method COMPOSE_PART_TO_DESERIALIZE Signature
Method COMPOSE_PART_TO_DESERIALIZE on class CL_SOAP_WSRMB_BODY_CS has no parameter.
Method COMPOSE_PART_TO_DESERIALIZE on class CL_SOAP_WSRMB_BODY_CS has no exception.
Method COMPOSE_PART_TO_SERIALIZE Signature
Method COMPOSE_PART_TO_SERIALIZE on class CL_SOAP_WSRMB_BODY_CS has no parameter.
Method COMPOSE_PART_TO_SERIALIZE on class CL_SOAP_WSRMB_BODY_CS has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WSRM_NAMESPACE | Call by reference | Type reference (TYPE) | STRING | WSRM namespace to distinguish WSRM 1.0 from WSRM 1.1 | 20071024 |
Method CONSTRUCTOR on class CL_SOAP_WSRMB_BODY_CS has no exception.
Method GET_ACKS_TO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACKS_TO | Value transfer | Object reference (TYPE REF TO) | CL_SOAP_WSRMB_ENDPOINT_REF | AcksTo object | 20070731 |
Method GET_ACKS_TO on class CL_SOAP_WSRMB_BODY_CS has no exception.
Method GET_EXPIRES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPIRES | Value transfer | Type reference (TYPE) | STRING | wsrm:expires value | 20070529 |
Method GET_EXPIRES on class CL_SOAP_WSRMB_BODY_CS has no exception.
Method GET_OFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OFFER | Value transfer | Object reference (TYPE REF TO) | CL_SOAP_WSRMB_OFFER | WSRMB offer | 20070529 |
Method GET_OFFER on class CL_SOAP_WSRMB_BODY_CS has no exception.
Method GET_PART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PART | Value transfer | Object reference (TYPE REF TO) | IF_SXMLP_PART | create sequence part | 20070529 |
Method GET_PART on class CL_SOAP_WSRMB_BODY_CS has no exception.
Method GET_SEC_TOKEN_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SEC_TOKEN_REF | Value transfer | Type reference (TYPE) | XSTRING | wsse:SecurityTokenReference value | 20080307 |
Method GET_SEC_TOKEN_REF on class CL_SOAP_WSRMB_BODY_CS has no exception.
Method POST_DESERIALIZE Signature
Method POST_DESERIALIZE on class CL_SOAP_WSRMB_BODY_CS has no parameter.
Method POST_DESERIALIZE on class CL_SOAP_WSRMB_BODY_CS has no exception.
Method SET_SEC_TOKEN_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SEC_TOKEN_REF | Call by reference | Type reference (TYPE) | XSTRING | wsse:SecurityTokenReference value | 20080307 |
Method SET_SEC_TOKEN_REF on class CL_SOAP_WSRMB_BODY_CS has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |