Uses of Interface
org.apache.camel.component.spring.ws.filter.MessageFilter
-
Packages that use MessageFilter Package Description org.apache.camel.component.spring.ws org.apache.camel.component.spring.ws.filter.impl -
-
Uses of MessageFilter in org.apache.camel.component.spring.ws
Methods in org.apache.camel.component.spring.ws that return MessageFilter Modifier and Type Method Description MessageFilterSpringWebserviceConfiguration. getMessageFilter()Methods in org.apache.camel.component.spring.ws with parameters of type MessageFilter Modifier and Type Method Description voidSpringWebserviceConfiguration. 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 MessageFilter Modifier and Type Class Description classBasicMessageFilterThis class populates a SOAP header and attachments in the WebServiceMessage instance.classCompositeMessageFilterThis filter is a composition of basic message filtersclassHeaderTransformationMessageFilterMessage 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 MessageFilter Modifier and Type Method Description List<MessageFilter>CompositeMessageFilter. getFilters()Method parameters in org.apache.camel.component.spring.ws.filter.impl with type arguments of type MessageFilter Modifier and Type Method Description voidCompositeMessageFilter. setFilters(List<MessageFilter> filters)
-