| Modifier and Type | Method and Description |
|---|---|
void |
Exchange.block(Message msg) |
| Constructor and Description |
|---|
MessageSnapshot(Message msg) |
| Modifier and Type | Class and Description |
|---|---|
class |
Request |
class |
Response |
| Modifier and Type | Method and Description |
|---|---|
<T extends Message> |
Message.createMessageSnapshot(T result) |
<T extends Message> |
Request.createSnapshot() |
abstract <T extends Message> |
Message.createSnapshot() |
<T extends Message> |
Response.createSnapshot() |
| Constructor and Description |
|---|
Message(Message message) |
PlainBody(Message msg) |
| Modifier and Type | Method and Description |
|---|---|
String |
XMLElementSessionIdExtractor.getSessionId(Message msg) |
abstract String |
AbstractSessionIdExtractor.getSessionId(Message msg) |
String |
JSESSIONIDExtractor.getSessionId(Message msg) |
boolean |
AbstractSessionIdExtractor.hasSessionId(Message msg) |
| Modifier and Type | Method and Description |
|---|---|
static Message |
OAuth2Util.addSessionHeader(Message msg,
HeaderField session) |
| Modifier and Type | Method and Description |
|---|---|
static Message |
OAuth2Util.addSessionHeader(Message msg,
HeaderField session) |
| Constructor and Description |
|---|
TokenAuthorizationHeader(Message msg) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoResponse |
| Modifier and Type | Method and Description |
|---|---|
static void |
XML2HTTP.unwrapMessageIfNecessary(Message message)
Checks, if the response contains an XML doc with NS
Constants.HTTP_NS. |
| Modifier and Type | Method and Description |
|---|---|
protected String |
WSDLValidator.getPreliminaryError(XOPReconstitutor xopr,
Message msg) |
protected String |
XMLSchemaValidator.getPreliminaryError(XOPReconstitutor xopr,
Message msg) |
protected abstract String |
AbstractXMLSchemaValidator.getPreliminaryError(XOPReconstitutor xopr,
Message msg) |
protected boolean |
WSDLValidator.isFault(Message msg) |
protected boolean |
XMLSchemaValidator.isFault(Message msg) |
protected abstract boolean |
AbstractXMLSchemaValidator.isFault(Message msg) |
Outcome |
JSONValidator.validateMessage(Exchange exc,
Message msg,
String source) |
Outcome |
IValidator.validateMessage(Exchange exc,
Message msg,
String source) |
Outcome |
SchematronValidator.validateMessage(Exchange exc,
Message msg,
String source) |
Outcome |
AbstractXMLSchemaValidator.validateMessage(Exchange exc,
Message msg,
String source) |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLContentFilter.removeMatchingElements(Message message)
Removes parts of an XML document based on an XPath expression.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
XOPReconstitutor.getReconstitutedMessage(Message message) |
| Modifier and Type | Method and Description |
|---|---|
Message |
XOPReconstitutor.getReconstitutedMessage(Message message) |
InputStream |
XOPReconstitutor.reconstituteIfNecessary(Message message) |
| Modifier and Type | Method and Description |
|---|---|
static ContentTypeDetector.ContentDescriptor |
ContentTypeDetector.detect(Message m) |
static byte[] |
MessageUtil.getContent(Message res) |
static InputStream |
MessageUtil.getContentAsStream(Message res) |
static boolean |
SOAPUtil.isFault(XMLInputFactory xmlInputFactory,
XOPReconstitutor xopr,
Message msg) |
static boolean |
SOAPUtil.isSOAP(XMLInputFactory xmlInputFactory,
XOPReconstitutor xopr,
Message msg) |
Copyright © 2021. All Rights Reserved.