public class JsrParamIdDecoder extends JsrParamIdOnMessage implements IJsrParamId
OnMessage
parameters declared as Decoder
sConstructor and Description |
---|
JsrParamIdDecoder(DecoderMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
boolean |
process(Param param,
JsrCallable callable)
Process the potential parameter.
|
assertPartialMessageSupportDisabled
public JsrParamIdDecoder(DecoderMetadata metadata)
public boolean process(Param param, JsrCallable callable) throws InvalidSignatureException
IJsrParamId
If known to be a valid parameter, bind a role to it.
process
in interface IJsrParamId
process
in class JsrParamIdBase
param
- the parameter being processedcallable
- the callable this param belongs to (used to obtain extra state about the callable that might impact decision making)InvalidSignatureException
- if a violation of the signature rules occurredCopyright © 1995-2015 Webtide. All Rights Reserved.