Uses of Interface
org.apache.camel.component.spring.ws.filter.MessageFilter
Packages that use MessageFilter
Package
Description
-
Uses of MessageFilter in org.apache.camel.component.spring.ws
Methods in org.apache.camel.component.spring.ws that return MessageFilterMethods in org.apache.camel.component.spring.ws with parameters of type MessageFilterModifier and TypeMethodDescriptionvoidSpringWebserviceConfiguration.setMessageFilter(MessageFilter messageFilter) Option to provide a custom MessageFilter. -
Uses of MessageFilter in org.apache.camel.component.spring.ws.filter.impl
Classes in org.apache.camel.component.spring.ws.filter.impl that implement MessageFilterModifier and TypeClassDescriptionclassThis class populates a SOAP header and attachments in the WebServiceMessage instance.classThis filter is a composition of basic message filtersclassMessage filter that transforms the header of a soap messageMethods in org.apache.camel.component.spring.ws.filter.impl that return types with arguments of type MessageFilterMethod parameters in org.apache.camel.component.spring.ws.filter.impl with type arguments of type MessageFilterModifier and TypeMethodDescriptionvoidCompositeMessageFilter.setFilters(List<MessageFilter> filters)