Package | Description |
---|---|
org.opensaml.messaging.encoder |
Interfaces and classes for encoding messages.
|
org.opensaml.messaging.encoder.httpclient | |
org.opensaml.messaging.encoder.servlet |
Interfaces and classes for encoding messages to a
HttpServletResponse . |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractMessageEncoder.doEncode()
Performs the encoding logic.
|
void |
MessageEncoder.encode()
Encode the
MessageContext supplied via MessageEncoder.setMessageContext(MessageContext) to the sink. |
void |
AbstractMessageEncoder.encode()
Encode the
MessageContext supplied via MessageEncoder.setMessageContext(MessageContext) to the sink. |
void |
MessageEncoder.prepareContext()
This method should prepare the message context by creating and populating any binding-specific data structures
required in the MessageContext, prior to actually encoding.
|
void |
AbstractMessageEncoder.prepareContext()
This method should prepare the message context by creating and populating any binding-specific data structures
required in the MessageContext, prior to actually encoding.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseHttpClientRequestXMLMessageEncoder.encode()
Encode the
MessageContext supplied via MessageEncoder.setMessageContext(MessageContext) to the sink. |
protected Element |
BaseHttpClientRequestXMLMessageEncoder.marshallMessage(XMLObject message)
Helper method that marshalls the given message.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseHttpServletResponseXMLMessageEncoder.encode()
Encode the
MessageContext supplied via MessageEncoder.setMessageContext(MessageContext) to the sink. |
protected Element |
BaseHttpServletResponseXMLMessageEncoder.marshallMessage(XMLObject message)
Helper method that marshalls the given message.
|
Copyright © 1999–2015. All rights reserved.