public interface MessageDecoder
MessageContext
. The decoding process deserializes the message from the inbound transport into
its DOM representation, unmarshall the DOM into the appropriate XMLObject, and then evaluates the security policy
against the inbound transport and decoded message.
Message decoders MUST must be thread safe and stateless.Modifier and Type | Method and Description |
---|---|
void |
decode(MessageContext messageContext)
Decodes a message in a binding specific manner.
|
void decode(MessageContext messageContext) throws MessageDecodingException, SecurityException
messageContext
- current message contextMessageDecodingException
- thrown if the message can not be decodedSecurityException
- thrown if the decoded message does not meet the required security constraintsCopyright © 2018 JBoss by Red Hat. All rights reserved.