Uses of Class
com.predic8.membrane.core.http.Message
Packages that use Message
Package
Description
-
Uses of Message in com.predic8.membrane.core.exchange
Methods in com.predic8.membrane.core.exchange with parameters of type Message -
Uses of Message in com.predic8.membrane.core.exchange.snapshots
Constructors in com.predic8.membrane.core.exchange.snapshots with parameters of type MessageModifierConstructorDescriptionMessageSnapshot(Message msg, ExceptionThrowingConsumer<AbstractExchangeSnapshot> bodyCopiedCallback, AbstractExchangeSnapshot aes, BodyCollectingMessageObserver.Strategy strategy, long limit) -
Uses of Message in com.predic8.membrane.core.http
Subclasses of Message in com.predic8.membrane.core.httpMethods in com.predic8.membrane.core.http with type parameters of type MessageModifier and TypeMethodDescription<T extends Message>
TMessage.createMessageSnapshot(T result, Runnable bodyUpdatedCallback, BodyCollectingMessageObserver.Strategy strategy, long limit) abstract <T extends Message>
TMessage.createSnapshot(Runnable bodyUpdatedCallback, BodyCollectingMessageObserver.Strategy strategy, long limit) <T extends Message>
TRequest.createSnapshot(Runnable bodyUpdatedCallback, BodyCollectingMessageObserver.Strategy strategy, long limit) <T extends Message>
TResponse.createSnapshot(Runnable bodyUpdatedCallback, BodyCollectingMessageObserver.Strategy strategy, long limit) -
Uses of Message in com.predic8.membrane.core.http.xml
Constructors in com.predic8.membrane.core.http.xml with parameters of type Message -
Uses of Message in com.predic8.membrane.core.interceptor
Methods in com.predic8.membrane.core.interceptor that return MessageModifier and TypeMethodDescriptionstatic MessageAbstractInterceptor.getMessage(Exchange exc, Interceptor.Flow flow) -
Uses of Message in com.predic8.membrane.core.interceptor.balancer
Methods in com.predic8.membrane.core.interceptor.balancer with parameters of type MessageModifier and TypeMethodDescriptionabstract StringAbstractSessionIdExtractor.getSessionId(Message msg) JSESSIONIDExtractor.getSessionId(Message msg) XMLElementSessionIdExtractor.getSessionId(Message msg) booleanAbstractSessionIdExtractor.hasSessionId(Message msg) -
Uses of Message in com.predic8.membrane.core.interceptor.grease.strategies
Methods in com.predic8.membrane.core.interceptor.grease.strategies that return MessageMethods in com.predic8.membrane.core.interceptor.grease.strategies with parameters of type Message -
Uses of Message in com.predic8.membrane.core.interceptor.oauth2
Constructors in com.predic8.membrane.core.interceptor.oauth2 with parameters of type Message -
Uses of Message in com.predic8.membrane.core.interceptor.oauth2.request
Subclasses of Message in com.predic8.membrane.core.interceptor.oauth2.request -
Uses of Message in com.predic8.membrane.core.interceptor.rest
Methods in com.predic8.membrane.core.interceptor.rest with parameters of type MessageModifier and TypeMethodDescriptionstatic voidXML2HTTP.unwrapMessageIfNecessary(Message message) Checks, if the response contains an XML doc with NSConstants.HTTP_NS. -
Uses of Message in com.predic8.membrane.core.interceptor.schemavalidation
Methods in com.predic8.membrane.core.interceptor.schemavalidation with parameters of type MessageModifier and TypeMethodDescriptionprotected abstract StringAbstractXMLSchemaValidator.getPreliminaryError(XOPReconstitutor xopr, Message msg) protected StringWSDLValidator.getPreliminaryError(XOPReconstitutor xopr, Message msg) protected StringXMLSchemaValidator.getPreliminaryError(XOPReconstitutor xopr, Message msg) protected StringAbstractMessageValidator.getSourceOfError(Message msg) protected abstract booleanprotected booleanprotected booleanAbstractXMLSchemaValidator.validateMessage(Exchange exc, Message msg) JSONValidator.validateMessage(Exchange exc, Message msg) JSONValidator.validateMessage(Exchange exc, Message msg, Charset charset) MessageValidator.validateMessage(Exchange exc, Message msg) SchematronValidator.validateMessage(Exchange exc, Message msg) WSDLValidator.validateMessage(Exchange exc, Message msg) -
Uses of Message in com.predic8.membrane.core.interceptor.security
Methods in com.predic8.membrane.core.interceptor.security with parameters of type Message -
Uses of Message in com.predic8.membrane.core.interceptor.templating
Methods in com.predic8.membrane.core.interceptor.templating with parameters of type MessageModifier and TypeMethodDescriptionprotected OutcomeStaticInterceptor.handleInternal(Message msg, Exchange exchange, Interceptor.Flow flow) protected OutcomeTemplateInterceptor.handleInternal(Message msg, Exchange exc, Interceptor.Flow flow) -
Uses of Message in com.predic8.membrane.core.interceptor.xmlcontentfilter
Methods in com.predic8.membrane.core.interceptor.xmlcontentfilter with parameters of type MessageModifier and TypeMethodDescriptionvoidXMLContentFilter.removeMatchingElements(Message message) Removes parts of an XML document based on an XPath expression. -
Uses of Message in com.predic8.membrane.core.lang
Methods in com.predic8.membrane.core.lang with parameters of type MessageModifier and TypeMethodDescriptionScriptingUtils.createParameterBindings(URIFactory uriFactory, Exchange exc, Message msg, Interceptor.Flow flow, boolean includeJsonObject) -
Uses of Message in com.predic8.membrane.core.lang.spel
Methods in com.predic8.membrane.core.lang.spel that return MessageConstructors in com.predic8.membrane.core.lang.spel with parameters of type Message -
Uses of Message in com.predic8.membrane.core.lang.spel.spelable
Constructors in com.predic8.membrane.core.lang.spel.spelable with parameters of type Message -
Uses of Message in com.predic8.membrane.core.multipart
Methods in com.predic8.membrane.core.multipart that return MessageMethods in com.predic8.membrane.core.multipart with parameters of type MessageModifier and TypeMethodDescriptionXOPReconstitutor.getReconstitutedMessage(Message message) XOPReconstitutor.reconstituteIfNecessary(Message message) -
Uses of Message in com.predic8.membrane.core.transport.http2
Methods in com.predic8.membrane.core.transport.http2 that return MessageMethods in com.predic8.membrane.core.transport.http2 with parameters of type MessageModifier and TypeMethodDescriptionHttp2ExchangeHandler.createHeadersFrames(Message res, Header header, int streamId, com.twitter.hpack.Encoder encoder, Settings peerSettings, boolean isAtEof) voidHttp2MessageHandler.handleExchange(StreamInfo streamInfo, Message message, boolean showSSLExceptions, String remoteAddr) voidStreamInfo.setMessage(Message message) static voidHttp2ExchangeHandler.writeMessageBody(int streamId, StreamInfo streamInfo, FrameSender sender, Settings peerSettings, PeerFlowControl peerFlowControl, Message res) -
Uses of Message in com.predic8.membrane.core.util
Methods in com.predic8.membrane.core.util with parameters of type MessageModifier and TypeMethodDescriptionstatic SOAPUtil.SOAPAnalysisResultSOAPUtil.analyseSOAPMessage(XMLInputFactory xmlInputFactory, XOPReconstitutor xopr, Message msg) static byte[]MessageUtil.getContent(Message res) static InputStreamMessageUtil.getContentAsStream(Message res) static booleanSOAPUtil.isSOAP(XMLInputFactory xmlInputFactory, XOPReconstitutor xopr, Message msg)