Uses of Interface
net.morimekta.providence.server.ProcessorHandler
-
-
Uses of ProcessorHandler in net.morimekta.providence.server
Classes in net.morimekta.providence.server that implement ProcessorHandler Modifier and Type Class Description classDefaultProcessorHandlerService processor wraps the service' Processor implementation of thePServiceCallHandlerso that it can read the service call message parsed into aPServiceCall, and write the response with proper exception handling.Methods in net.morimekta.providence.server that return ProcessorHandler Modifier and Type Method Description protected ProcessorHandlerProvidenceServlet. getHandler(net.morimekta.providence.PProcessor processor)Override if you want to do fancy stuff with the processor.
-