Protected export of WSF_RESPONSE_MESSAGE.send_to
Added WSF_DEFAULT_RESPONSE_SERVICE Added simple WSF_SERVICE_LAUNCHER_OPTIONS_FROM_INI class to load launch option from ini file. Removed a few obsolete features
This commit is contained in:
@@ -104,7 +104,7 @@ feature -- Element change
|
||||
answer_head_request_method := b
|
||||
end
|
||||
|
||||
feature -- Basic operations
|
||||
feature {WSF_SERVICE, WSF_RESPONSE} -- Basic operations
|
||||
|
||||
send_to (res: WSF_RESPONSE)
|
||||
do
|
||||
|
||||
@@ -150,7 +150,7 @@ feature -- Element change
|
||||
update_content_length
|
||||
end
|
||||
|
||||
feature -- Output
|
||||
feature {WSF_SERVICE, WSF_RESPONSE} -- Output
|
||||
|
||||
send_to (res: WSF_RESPONSE)
|
||||
local
|
||||
|
||||
@@ -110,7 +110,7 @@ feature -- Element change
|
||||
body := b
|
||||
end
|
||||
|
||||
feature -- Output
|
||||
feature {WSF_SERVICE, WSF_RESPONSE} -- Output
|
||||
|
||||
send_to (res: WSF_RESPONSE)
|
||||
local
|
||||
|
||||
@@ -79,7 +79,7 @@ feature -- Element change
|
||||
l_body.append (a_string)
|
||||
end
|
||||
|
||||
feature -- Output
|
||||
feature {WSF_SERVICE, WSF_RESPONSE} -- Output
|
||||
|
||||
send_to (res: WSF_RESPONSE)
|
||||
local
|
||||
|
||||
@@ -70,7 +70,7 @@ feature -- Element change
|
||||
content_type := Void
|
||||
end
|
||||
|
||||
feature -- Output
|
||||
feature {WSF_SERVICE, WSF_RESPONSE} -- Output
|
||||
|
||||
send_to (res: WSF_RESPONSE)
|
||||
local
|
||||
|
||||
Reference in New Issue
Block a user