|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageDecodingException | |
---|---|
org.opensaml.ws.message.decoder | Messages decoders are responsible for extracting an incomming web serivce message from the inbound transport. |
org.opensaml.ws.soap.client | Transport-independent SOAP client. |
Uses of MessageDecodingException in org.opensaml.ws.message.decoder |
---|
Methods in org.opensaml.ws.message.decoder that throw MessageDecodingException | |
---|---|
void |
MessageDecoder.decode(MessageContext messageContext)
Decodes a message in a binding specific manner. |
void |
BaseMessageDecoder.decode(MessageContext messageContext)
Decodes a message in a binding specific manner. |
protected abstract void |
BaseMessageDecoder.doDecode(MessageContext messageContext)
Decodes a message, updating the message context. |
protected org.opensaml.xml.XMLObject |
BaseMessageDecoder.unmarshallMessage(InputStream messageStream)
Helper method that deserializes and unmarshalls the message from the given stream. |
Uses of MessageDecodingException in org.opensaml.ws.soap.client |
---|
Methods in org.opensaml.ws.soap.client that throw MessageDecodingException | |
---|---|
void |
SOAPClient.send(URI endpointURI,
MessageContext messageContext)
Sends a SOAP message to the given endpoint. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |