SAP ABAP Class CL_SOAP_WSRM_RUNTIME (WSRM: WSRM Runtime as Wrapper Around WSRM Protocol)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
⤷
SOAP_WSRM (Package) WSRM: Implementation of WSRM Protocol
⤷
⤷
Properties
| Class | CL_SOAP_WSRM_RUNTIME | |
| Short Description | WSRM: WSRM Runtime as Wrapper Around WSRM Protocol | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SOAP_WSRM | WSRM: Implementation of WSRM Protocol |
| Created | 20050127 | 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_WSRM_RUNTIME has no interface implemented.
Friends
Class CL_SOAP_WSRM_RUNTIME has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'CL_SOAP_WSRM_RUNTIME' | 20050129 | |||
| 2 | Constant | Private | Type reference (TYPE) | SRT_MONI_PROC_ID | TSRTM_PROC_ID_WSRM | SOAP Runtime Processor Unit ID | 20060221 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | WSRM: Constructor | 20050127 | |
| 2 | Static method | Public | Method | WSRM: UUID Generation | 20060330 | |
| 3 | Static method | Public | Method | WSRM: Provide PID | 20051018 | |
| 4 | Static method | Public | Method | WSRM: Provide a Physical SID Based on Domain and Sequence | 20050608 | |
| 5 | Static method | Public | Method | WSRM: Read from XML Timestamp | 20051021 | |
| 6 | Static method | Public | Method | WSRM: Set context state | 20060830 | |
| 7 | Static method | Public | Method | WSRM Acknowledgements | 20070523 | |
| 8 | Static method | Public | Method | WSRM: Send Sequence Termination | 20050614 | |
| 9 | Static method | Public | Method | WSRM: URL Information -> Protocol, Host, Port | 20051013 | |
| 10 | Static method | Public | Method | WSRM: Write to XML Timestamp | 20051021 |
Events
Class CL_SOAP_WSRM_RUNTIME has no event.
Types
Class CL_SOAP_WSRM_RUNTIME has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_SOAP_WSRM_RUNTIME has no parameter.
Method CONSTRUCTOR on class CL_SOAP_WSRM_RUNTIME has no exception.
Method WSRM_GENERATE_UUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | UUID | Value transfer | Type reference (TYPE) | GUID_32 | WSRM: Any generated UUID | 20060330 |
Method WSRM_GENERATE_UUID on class CL_SOAP_WSRM_RUNTIME has no exception.
Method WSRM_GET_PID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DIRECTION | Call by reference | Type reference (TYPE) | INT4 | WSRM: Sender or Receiver side | 20051018 | |||
| 2 | PID | Value transfer | Type reference (TYPE) | WSRM_PERSIST_ID | WSRM: Return a persist Id | 20051018 | |||
| 3 | SID | Call by reference | Type reference (TYPE) | ANYURI | WSRM: Current Sequence Id | 20051018 |
Method WSRM_GET_PID on class CL_SOAP_WSRM_RUNTIME has no exception.
Method WSRM_PROVIDE_PHYSICAL_SID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DIRECTION | Call by reference | Type reference (TYPE) | I | WSRM: Sender/Receiver | 20050608 | |||
| 2 | DOMAIN_NAME | Call by reference | Type reference (TYPE) | SRT_SERVICE_DOMAIN | WSRM: Domain Name | 20050608 | |||
| 3 | MANDT | Call by reference | Type reference (TYPE) | MANDT | WSRM: Mandt | 20050909 | |||
| 4 | SEQUENCE_NAME | Call by reference | Type reference (TYPE) | SRT_SEQUENCE_QUEUE_IDENT | WSRM: Sequence Name | 20050608 | |||
| 5 | SID | Value transfer | Type reference (TYPE) | ANYURI | WSRM: SID | 20050608 | |||
| 6 | WSRM_IMPL_VERSION | Call by reference | Type reference (TYPE) | CHAR1 | WSRM. Version der Implementierung | 20080306 |
Method WSRM_PROVIDE_PHYSICAL_SID on class CL_SOAP_WSRM_RUNTIME has no exception.
Method WSRM_READ_FROM_XML_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_TIMESTAMP | Value transfer | Type reference (TYPE) | TIMESTAMPL | WSRM: Out timestamp | 20051021 | |||
| 2 | IM_TIMESTAMP | Call by reference | Type reference (TYPE) | STRING | WSRM: In timestamp | 20051021 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSRM: Timestamp could not read | 20051021 |
Method WSRM_SET_CTX_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CTX | Call by reference | Object reference (TYPE REF TO) | CL_SOAP_CONTEXT | Kontext für einen SOAP Aufruf | 20060830 |
Method WSRM_SET_CTX_STATE on class CL_SOAP_WSRM_RUNTIME has no exception.
Method WSRM_START_SEND_SEQU_ACKS_NACK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PID | Call by reference | Type reference (TYPE) | WSRM_PERSIST_ID | WSRM: Dtel for persistent Identifier | 20070523 | |||
| 2 | SID | Call by reference | Type reference (TYPE) | ANYURI | any URI | 20070523 |
Method WSRM_START_SEND_SEQU_ACKS_NACK on class CL_SOAP_WSRM_RUNTIME has no exception.
Method WSRM_START_SEND_TERMINATE_SEQU Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DIR | Call by reference | Type reference (TYPE) | INT4 | WSRM: Current Direction (Sender/Receiver) | 20060308 | |||
| 2 | PID | Call by reference | Type reference (TYPE) | WSRM_PERSIST_ID | WSRM: Current PID | 20051108 | |||
| 3 | SID | Call by reference | Type reference (TYPE) | ANYURI | WSRM: Currently terminated Sequence Identifier | 20050614 |
Method WSRM_START_SEND_TERMINATE_SEQU on class CL_SOAP_WSRM_RUNTIME has no exception.
Method WSRM_URL_INFO_FROM_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | URL_STRUCTURE | Value transfer | Type reference (TYPE) | WSRM_URL_STRUCTURE | WSRM: URL structure | 20051013 |
Method WSRM_URL_INFO_FROM_SOURCE on class CL_SOAP_WSRM_RUNTIME has no exception.
Method WSRM_WRITE_TO_XML_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMPL | WSRM: In Timestamp | 20051021 | |||
| 2 | RE_TIMESTAMP | Value transfer | Type reference (TYPE) | STRING | WSRM: Out Timestamp | 20051021 |
Method WSRM_WRITE_TO_XML_TIMESTAMP on class CL_SOAP_WSRM_RUNTIME has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |