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.修飾子とタイプ | メソッドと説明 |
---|---|
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 © 2012. All Rights Reserved.