|
||||||||||
| 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
org.opensaml.ws.soap.soap11.decoder.http.HTTPSOAP11Decoder
public class HTTPSOAP11Decoder
Basic SOAP 1.1 over decoder for HTTP transport.
| Constructor Summary | |
|---|---|
HTTPSOAP11Decoder()
Constructor. |
|
HTTPSOAP11Decoder(org.opensaml.xml.parse.ParserPool pool)
Constructor. |
|
| Method Summary | |
|---|---|
protected void |
doDecode(MessageContext messageContext)
Decodes a message, updating the message context. |
| Methods inherited from class org.opensaml.ws.soap.soap11.decoder.SOAP11Decoder |
|---|
decode |
| 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 HTTPSOAP11Decoder()
public HTTPSOAP11Decoder(org.opensaml.xml.parse.ParserPool pool)
pool - parser pool used to deserialize messages| Method Detail |
|---|
protected void doDecode(MessageContext messageContext)
throws MessageDecodingException
doDecode in class SOAP11DecodermessageContext - current message context
MessageDecodingException - thrown if there is a problem decoding the message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||