|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.ws.message.decoder.BaseMessageDecoder
org.opensaml.ws.message.handler.BaseHandlerChainAwareMessageDecoder
org.opensaml.ws.soap.soap11.decoder.SOAP11Decoder
public class SOAP11Decoder
Basic SOAP 1.1 decoder.
Constructor Summary | |
---|---|
SOAP11Decoder()
Constructor. |
|
SOAP11Decoder(org.opensaml.xml.parse.ParserPool pool)
Constructor. |
Method Summary | |
---|---|
void |
decode(MessageContext messageContext)
Decodes a message in a binding specific manner. |
protected void |
doDecode(MessageContext messageContext)
Decodes a message, updating the message context. |
Methods inherited from class org.opensaml.ws.message.handler.BaseHandlerChainAwareMessageDecoder |
---|
invokeHandlerChain, processPostSecurityInboundHandlerChain, processPreSecurityInboundHandlerChain |
Methods inherited from class org.opensaml.ws.message.decoder.BaseMessageDecoder |
---|
getParserPool, logDecodedMessage, processSecurityPolicy, setParserPool, unmarshallMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SOAP11Decoder()
public SOAP11Decoder(org.opensaml.xml.parse.ParserPool pool)
pool
- parser pool used to deserialize messagesMethod Detail |
---|
protected void doDecode(MessageContext messageContext) throws MessageDecodingException
doDecode
in class BaseMessageDecoder
messageContext
- current message context
MessageDecodingException
- thrown if there is a problem decoding the messagepublic void decode(MessageContext messageContext) throws MessageDecodingException, org.opensaml.xml.security.SecurityException
decode
in interface MessageDecoder
decode
in class BaseHandlerChainAwareMessageDecoder
messageContext
- current message context
MessageDecodingException
- thrown if the message can not be decoded
org.opensaml.xml.security.SecurityException
- thrown if the decoded message does not meet the required security constraints
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |