tomtkarl / WSCreator

Web Service Design and Generation tool
0 stars 0 forks source link

Add FunctionProvider to m-m, code-gen #8

Closed tomtkarl closed 11 years ago

tomtkarl commented 11 years ago

Service merely parses to Message Object and echoes back. FunctionProviders should be dynamically registered with the Endpoint.

tomtkarl commented 11 years ago

FP: getMethods, process( method, params) Endpoint: tie in Message method with above FP methods.

tomtkarl commented 11 years ago

FunctionProviders are currently hardcoded into Endpoint as dynamic registration is hard. see SHA: 59b4243