SAP ABAP Interface IF_SOAP_WSADDR_PROTOCOL (WSADDR: IF WS-ADDR protocol)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
     SOAP_WS_ADDR (Package) WSADDR: WS-ADDRESSING Protocol
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SOAP_WSADDR_PROTOCOL Web Service Addressing Protocol 20041116
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SOAP_WSADDR_PROTOCOL_IMPL implement old interface 20080122
Properties
Interface IF_SOAP_WSADDR_PROTOCOL  
Short Description WSADDR: IF WS-ADDR protocol    
General Data
Package SOAP_WS_ADDR   WSADDR: WS-ADDRESSING Protocol 
Created 20041116   SAP 
Last changed 20090618   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 TSRC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SOAP_PROTOCOL Interface for SOAP Protocols 20041116
Friends
Interface IF_SOAP_WSADDR_PROTOCOL has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DISPLAY_NAME Constant Public Type reference (TYPE) STRING 'WS-Addressing Protocol' Display name of the protocol 20041118
2 M_ACTION Instance attribute Public Type reference (TYPE) ANYURI Action 20041125
3 M_ACTION_RESPONSE Instance attribute Public Type reference (TYPE) ANYURI Action (Response) 20060209
4 M_FAULT_TO Instance attribute Public Object reference (TYPE REF TO) CL_WS_ADDR_EPR_TYPE_NEW Fault Endpoint Reference 20041125
5 M_FAULT_TO_RESPONSE Instance attribute Public Object reference (TYPE REF TO) CL_WS_ADDR_EPR_TYPE_NEW Fault Endpoint Reference (Response) 20060209
6 M_FROM Instance attribute Public Object reference (TYPE REF TO) CL_WS_ADDR_EPR_TYPE_NEW Source Endpoint Reference 20041125
7 M_FROM_RESPONSE Instance attribute Public Object reference (TYPE REF TO) CL_WS_ADDR_EPR_TYPE_NEW Source Endpoint Reference (Response) 20060209
8 M_MESSAGE_ID Instance attribute Public Type reference (TYPE) ANYURI Message ID (URI) Original 20041119
9 M_MESSAGE_ID_REF Instance attribute Public Type reference (TYPE) ANYURI Message ID (URI) Reference 20060205
10 M_MESSAGE_ID_REF_RESPONSE Instance attribute Public Type reference (TYPE) ANYURI Message ID (URI) Reference (Response) 20060209
11 M_MESSAGE_ID_RESPONSE Instance attribute Public Type reference (TYPE) ANYURI Message ID (URI) Original (Response) 20060209
12 M_RELATES_TO Instance attribute Public Type reference (TYPE) WSADDR_RELATES_TO Original Message ID 20041125
13 M_RELATES_TO_RESPONSE Instance attribute Public Type reference (TYPE) WSADDR_RELATES_TO Original Message ID 20060209
14 M_REPLY_TO Instance attribute Public Object reference (TYPE REF TO) CL_WS_ADDR_EPR_TYPE_NEW Reply Endpoint Reference 20041125
15 M_REPLY_TO_RESPONSE Instance attribute Public Object reference (TYPE REF TO) CL_WS_ADDR_EPR_TYPE_NEW Reply Endpoint Reference (Response) 20060209
16 M_TO Instance attribute Public Type reference (TYPE) ANYURI Endpoint Reference URI 20041125
17 M_TO_RESPONSE Instance attribute Public Type reference (TYPE) ANYURI Endpoint Reference URI 20060209
18 NAME Constant Public Type reference (TYPE) ANYURI TSRC_SOAP_WSA_PROTOCOL Name of the protocol 20041118
19 WSA_CO_CLASS_NAME Constant Public Type reference (TYPE) STRING 'CL_SOAP_WSADDR_PROTOCOL' WSA: Class name 20050705
Methods
# Method Level Visibility Method type Description Created on
1 DISABLE_RELIABLE_PROCESSING Instance method Public Method 20050706
2 ENABLE_RELIABLE_PROCESSING Instance method Public Method 20050706
3 GET_ACTION Instance method Public Method Retrieve action (Request action) 20041119
4 GET_FAULT_TO Instance method Public Method Retrieve fault to endpoint 20041119
5 GET_FROM Instance method Public Method Retrieve source endpoint 20041119
6 GET_MESSAGE_ID Instance method Public Method Retrieve Message ID (uri) (Request Message ID) 20041119
7 GET_MESSAGE_ID_REF Instance method Public Method Get Message ID (URI) Reference 20060205
8 GET_MESSAGE_ID_REF_RESPONSE Instance method Public Method Get Message ID (URI) Reference 20060209
9 GET_MESSAGE_ID_RESPONSE Instance method Public Method Retrieve Message ID (uri) 20060209
10 GET_REPLY_TO Instance method Public Method Retrieve reply endpoint 20041119
11 GET_RESPONSE_ACTION Instance method Public Method Retrieve Response action 20080815
12 GET_RESPONSE_MESSAGE_ID Instance method Public Method Retrieve Response Message ID (uri) 20080815
13 GET_RESPONSE_TO Instance method Public Method Retrieve Response To 20081222
14 GET_TO Instance method Public Method Retrieve destination endpoint 20041119
15 IS_PROCESSING_RELIABLE Instance method Public Method 20050706
16 SET_ACTION Instance method Public Method Set action (Request action) 20041119
17 SET_FAULT_TO Instance method Public Method Set fault to endpoint 20041119
18 SET_FROM Instance method Public Method Set source endpoint 20041119
19 SET_MESSAGE_ID Instance method Public Method Set Message ID (uri) 20041119
20 SET_MESSAGE_ID_REF Instance method Public Method Set Message ID (URI) Reference 20060205
21 SET_MESSAGE_ID_REF_RESPONSE Instance method Public Method Set Message ID (URI) Reference 20060209
22 SET_MESSAGE_ID_RESPONSE Instance method Public Method Set Message ID (uri) 20060209
23 SET_REPLY_TO Instance method Public Method Set reply endpoint 20041119
24 SET_TO Instance method Public Method Set destination endpoint 20041119
25 WSA_GENERATE_UUID Instance method Public Method Generate UUID 20060204
26 WSA_GENERATE_UUID_URI Instance method Public Method Generate UUID as URI 20060204
27 WSA_TECHNICAL_ACTION Instance method Public Method Inform WSA for technical actions 20080902
Events
Interface IF_SOAP_WSADDR_PROTOCOL has no event.
Types
Interface IF_SOAP_WSADDR_PROTOCOL has no local type.
Method Signatures

Method DISABLE_RELIABLE_PROCESSING Signature

Method DISABLE_RELIABLE_PROCESSING on Interface IF_SOAP_WSADDR_PROTOCOL has no parameter.
Method DISABLE_RELIABLE_PROCESSING on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method ENABLE_RELIABLE_PROCESSING Signature

Method ENABLE_RELIABLE_PROCESSING on Interface IF_SOAP_WSADDR_PROTOCOL has no parameter.
Method ENABLE_RELIABLE_PROCESSING on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method GET_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ACTION Value transfer Type reference (TYPE) ANYURI any URI 20041119

Method GET_ACTION on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method GET_FAULT_TO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FAULT_TO_PART Value transfer Object reference (TYPE REF TO) CL_WS_ADDR_EPR_TYPE_NEW WSADDR: RelatesTo structure 20041203

Method GET_FAULT_TO on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method GET_FROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FROM_PART Value transfer Object reference (TYPE REF TO) CL_WS_ADDR_EPR_TYPE_NEW WSADDR: RelatesTo structure 20041203

Method GET_FROM on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method GET_MESSAGE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MESSAGE_ID Value transfer Type reference (TYPE) SXMSMGUID WSA: MsgUUID 20041119

Method GET_MESSAGE_ID on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method GET_MESSAGE_ID_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MESSAGE_ID_REF Value transfer Type reference (TYPE) SXMSMGUID WSA: MsgUUID (Reference) 20060205

Method GET_MESSAGE_ID_REF on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method GET_MESSAGE_ID_REF_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MESSAGE_ID_REF_RESPONSE Value transfer Type reference (TYPE) SXMSMGUID WSA: MsgUUID (Reference) (Response) 20060209

Method GET_MESSAGE_ID_REF_RESPONSE on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method GET_MESSAGE_ID_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MESSAGE_ID_RESPONSE Value transfer Type reference (TYPE) SXMSMGUID WSA: MsgUUID (Response) 20060209

Method GET_MESSAGE_ID_RESPONSE on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method GET_REPLY_TO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning REPLY_TO_PART Value transfer Object reference (TYPE REF TO) CL_WS_ADDR_EPR_TYPE_NEW WSADDR: RelatesTo structure 20041203

Method GET_REPLY_TO on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method GET_RESPONSE_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ACTION Value transfer Type reference (TYPE) ANYURI Any URI 20080815

Method GET_RESPONSE_ACTION on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method GET_RESPONSE_MESSAGE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MESSAGE_ID Value transfer Type reference (TYPE) SXMSMGUID XI: Message ID 20080815

Method GET_RESPONSE_MESSAGE_ID on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method GET_RESPONSE_TO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TO Value transfer Type reference (TYPE) ANYURI Returns To header content of Response message 20081222

Method GET_RESPONSE_TO on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method GET_TO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TO Value transfer Type reference (TYPE) ANYURI any URI 20041119

Method GET_TO on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method IS_PROCESSING_RELIABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RELIABLE Value transfer Type reference (TYPE) BOOLEAN WSA: Reliable Verarbeitung 20050706

Method IS_PROCESSING_RELIABLE on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method SET_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION Call by reference Type reference (TYPE) ANYURI any URI 20041119

Method SET_ACTION on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method SET_FAULT_TO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FAULT_TO_PART Call by reference Object reference (TYPE REF TO) CL_WS_ADDR_EPR_TYPE_NEW WSADDR: RelatesTo structure 20041203

Method SET_FAULT_TO on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method SET_FROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FROM_PART Call by reference Object reference (TYPE REF TO) CL_WS_ADDR_EPR_TYPE_NEW WSADDR: RelatesTo structure 20041203

Method SET_FROM on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method SET_MESSAGE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_ID Call by reference Type reference (TYPE) SXMSMGUID WSA: MsgUUID 20041119

Method SET_MESSAGE_ID on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method SET_MESSAGE_ID_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_ID_REF Value transfer Type reference (TYPE) SXMSMGUID WSA: MsgUUID Reference 20060205

Method SET_MESSAGE_ID_REF on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method SET_MESSAGE_ID_REF_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_ID_REF_RESPONSE Call by reference Type reference (TYPE) SXMSMGUID WSA: MsgUUID Reference (Response) 20060209

Method SET_MESSAGE_ID_REF_RESPONSE on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method SET_MESSAGE_ID_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_ID_RESPONSE Call by reference Type reference (TYPE) SXMSMGUID WSA: MsgUUID (Response) 20060209

Method SET_MESSAGE_ID_RESPONSE on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method SET_REPLY_TO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REPLY_TO_PART Call by reference Object reference (TYPE REF TO) CL_WS_ADDR_EPR_TYPE_NEW WSADDR: RelatesTo structure 20041203

Method SET_REPLY_TO on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method SET_TO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TO Call by reference Type reference (TYPE) ANYURI any URI 20041119

Method SET_TO on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method WSA_GENERATE_UUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MSGID_RAW Value transfer Type reference (TYPE) SRTMSGID WSA: MessageId as UUID 20060204

Method WSA_GENERATE_UUID on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method WSA_GENERATE_UUID_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MESSAGE_ID_UUID Value transfer Type reference (TYPE) ANYURI any URI 20060204

Method WSA_GENERATE_UUID_URI on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.

Method WSA_TECHNICAL_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TECHNICAL_ACTION Call by reference Type reference (TYPE) ANYURI Any URI 20080902

Method WSA_TECHNICAL_ACTION on Interface IF_SOAP_WSADDR_PROTOCOL has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 710