public class WrappedProcessor extends Object implements PProcessor
| Modifier and Type | Class and Description |
|---|---|
static interface |
WrappedProcessor.ProcessorWrapper |
| Constructor and Description |
|---|
WrappedProcessor(PProcessor processor,
WrappedProcessor.ProcessorWrapper processorWrapper) |
| Modifier and Type | Method and Description |
|---|---|
PService |
getDescriptor() |
<Request extends PMessage<Request,RequestField>,Response extends PMessage<Response,ResponseField>,RequestField extends PField,ResponseField extends PField> |
handleCall(PServiceCall<Request,RequestField> call,
PService service) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleCallpublic WrappedProcessor(PProcessor processor, WrappedProcessor.ProcessorWrapper processorWrapper)
@Nonnull public PService getDescriptor()
getDescriptor in interface PProcessorpublic <Request extends PMessage<Request,RequestField>,Response extends PMessage<Response,ResponseField>,RequestField extends PField,ResponseField extends PField> PServiceCall<Response,ResponseField> handleCall(PServiceCall<Request,RequestField> call, PService service) throws IOException
handleCall in interface PServiceCallHandlerIOExceptionCopyright © 2015–2018 morimekta.net. All rights reserved.