Package org.openehealth.ipf.commons.ihe.ws.cxf.payload
package org.openehealth.ipf.commons.ihe.ws.cxf.payload
-
ClassDescriptionInterceptor which sets a context property to disable stopping collecting payload in the
OutPayloadExtractorInterceptor
.CXF interceptor which inserts XML namespace declarations from incoming SOAP Envelope and SOAP Body elements into the String payload.CXF interceptor that saves String payload of the incoming SOAP message body into the CXF message.CXF interceptor which inserts data of String content type (it is supposed to be the XML payload of the incoming message) into the list of an operation's parameters or response values.CXF interceptor which stores incoming HTTP payload into files with user-defined name patterns.CXF interceptor that reads outgoing payload collected by the output stream proxy installed inOutStreamSubstituteInterceptor
and stores it in the message as String content type.CXF interceptor which stores outgoing HTTP payload into files with user-defined name patterns.CXF interceptor that substitutes message output stream with a special wrapper that collects SOAP payload.Holder for various types of String message payloads.Types of supported payload: HTTP (probably multi-part, i.e.An implementation of output stream which serves as a proxy for another output stream instance and collects the data pieces to be written in a string buffer (these pieces are XML and/or MIME artifacts).Base class for CXF interceptors which store incoming and outgoing HTTP payload into files with user-defined name patterns.