|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageEncodingException | |
|---|---|
| org.opensaml.ws.message.encoder | Messages encoders are responsible for encoding an outgoing web serivce message onto the outbound transport. |
| Uses of MessageEncodingException in org.opensaml.ws.message.encoder |
|---|
| Methods in org.opensaml.ws.message.encoder that throw MessageEncodingException | |
|---|---|
protected abstract void |
BaseMessageEncoder.doEncode(MessageContext messageContext)
Encodes the outbound message onto the outbound transport. |
void |
BaseMessageEncoder.encode(MessageContext messageContext)
Encodes the message in the binding specific manner. |
void |
MessageEncoder.encode(MessageContext messageContext)
Encodes the message in the binding specific manner. |
protected org.w3c.dom.Element |
BaseMessageEncoder.marshallMessage(org.opensaml.xml.XMLObject message)
Helper method that marshalls the given message. |
boolean |
MessageEncoder.providesMessageConfidentiality(MessageContext messageContext)
Indicates whether this encoder, given the current message context, provides end-to-end message confidentiality. |
boolean |
MessageEncoder.providesMessageIntegrity(MessageContext messageContext)
Indicates whether this encoder, given the current message context, provides end-to-end message integrity. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||