|
NAMEDancer::RPCPlugin::DispatchFromPod - Build dispatch-table from PODSYNOPSISuse Dancer::Plugin; use Dancer::RPCPlugin::DispatchFromPod; sub dispatch_call { return dispatch_table_from_pod(%parameters); } DESCRIPTIONInterface to build a (partial) dispatch table from the special pod-directives in the packages specified and for the optional endpoint specified.POD SpecificationsOne can specify a sub/method to be used for the RPCPlugin by using the POD directive "=for" followed by the rpc-protocol supported by this plugin-set. One of jsonrpc, restrpc and xmlrpc.=for <protocol> <rpc-name> <real-code-name>[ <endpoint>]
The pod-directive must be in the same file the code it refers to is. Make sure the partial dispatch table for a single endpoint is build in a single pass. EXPORTSdispatch_table_from_pod(%arguments)ParametersNamed:
Responses A (partial) dispatch-table. COPYRIGHT(c) MMXV - Abe Timmerman <abeltje@cpan.org>
Visit the GSP FreeBSD Man Page Interface. |