Missing commit related to changes on WSF_ROUTER
This commit is contained in:
@@ -102,9 +102,9 @@ feature {NONE} -- Implementation
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
feature {NONE} -- Access: Implementation
|
feature {WSF_ROUTED_SERVICE_I} -- Handler
|
||||||
|
|
||||||
handler (req: WSF_REQUEST): detachable WSF_ROUTE [H, C]
|
matching_route (req: WSF_REQUEST): detachable WSF_ROUTE [H, C]
|
||||||
local
|
local
|
||||||
h: detachable H
|
h: detachable H
|
||||||
ctx: detachable C
|
ctx: detachable C
|
||||||
@@ -128,6 +128,8 @@ feature {NONE} -- Access: Implementation
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
feature {NONE} -- Access: Implementation
|
||||||
|
|
||||||
smart_handler (req: WSF_REQUEST): detachable TUPLE [path: READABLE_STRING_8; handler: H]
|
smart_handler (req: WSF_REQUEST): detachable TUPLE [path: READABLE_STRING_8; handler: H]
|
||||||
require
|
require
|
||||||
req_valid: req /= Void and then source_uri (req) /= Void
|
req_valid: req /= Void and then source_uri (req) /= Void
|
||||||
|
|||||||
Reference in New Issue
Block a user