|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InterceptingChainMessageProcessorBuilder | |
|---|---|
| org.mule.construct | |
| org.mule.endpoint | Implemtation of Mule endpoint uris. |
| org.mule.model.seda | |
| org.mule.module.jca | A Resource Adapter implementation that allows a Mule instance to be deployed to a J2ee application server and exposes Mule services via the JCA connector architecture. |
| org.mule.module.ws.construct | |
| org.mule.processor.builder | |
| org.mule.service | |
| Uses of InterceptingChainMessageProcessorBuilder in org.mule.construct |
|---|
| Methods in org.mule.construct with parameters of type InterceptingChainMessageProcessorBuilder | |
|---|---|
abstract void |
SimpleService.Type.configureComponentMessageProcessor(MuleContext muleContext,
InterceptingChainMessageProcessorBuilder builder,
Component component)
|
protected void |
Validator.configureMessageProcessors(InterceptingChainMessageProcessorBuilder builder)
|
protected void |
SimpleFlowConstruct.configureMessageProcessors(InterceptingChainMessageProcessorBuilder builder)
|
protected void |
Bridge.configureMessageProcessors(InterceptingChainMessageProcessorBuilder builder)
|
protected abstract void |
AbstractFlowConstruct.configureMessageProcessors(InterceptingChainMessageProcessorBuilder builder)
Used to configure the processing chain for this FlowConstuctMessageProcessors to the chain using the builder provided. |
protected void |
SimpleService.configureMessageProcessors(InterceptingChainMessageProcessorBuilder builder)
|
| Uses of InterceptingChainMessageProcessorBuilder in org.mule.endpoint |
|---|
| Subclasses of InterceptingChainMessageProcessorBuilder in org.mule.endpoint | |
|---|---|
class |
EndpointInterceptingChainMessageProcessorBuilder
|
| Uses of InterceptingChainMessageProcessorBuilder in org.mule.model.seda |
|---|
| Methods in org.mule.model.seda with parameters of type InterceptingChainMessageProcessorBuilder | |
|---|---|
protected void |
SedaService.addMessageProcessors(InterceptingChainMessageProcessorBuilder builder)
|
| Uses of InterceptingChainMessageProcessorBuilder in org.mule.module.jca |
|---|
| Methods in org.mule.module.jca with parameters of type InterceptingChainMessageProcessorBuilder | |
|---|---|
protected void |
JcaService.addMessageProcessors(InterceptingChainMessageProcessorBuilder builder)
|
| Uses of InterceptingChainMessageProcessorBuilder in org.mule.module.ws.construct |
|---|
| Methods in org.mule.module.ws.construct with parameters of type InterceptingChainMessageProcessorBuilder | |
|---|---|
protected void |
WSProxy.configureMessageProcessors(InterceptingChainMessageProcessorBuilder builder)
|
| Uses of InterceptingChainMessageProcessorBuilder in org.mule.processor.builder |
|---|
| Methods in org.mule.processor.builder that return InterceptingChainMessageProcessorBuilder | |
|---|---|
InterceptingChainMessageProcessorBuilder |
InterceptingChainMessageProcessorBuilder.chain(List<MessageProcessor> processors)
|
InterceptingChainMessageProcessorBuilder |
InterceptingChainMessageProcessorBuilder.chain(MessageProcessor... processors)
|
InterceptingChainMessageProcessorBuilder |
InterceptingChainMessageProcessorBuilder.chain(MessageProcessorBuilder... builders)
|
InterceptingChainMessageProcessorBuilder |
InterceptingChainMessageProcessorBuilder.chainBefore(MessageProcessor processor)
|
InterceptingChainMessageProcessorBuilder |
InterceptingChainMessageProcessorBuilder.chainBefore(MessageProcessorBuilder builder)
|
| Uses of InterceptingChainMessageProcessorBuilder in org.mule.service |
|---|
| Methods in org.mule.service with parameters of type InterceptingChainMessageProcessorBuilder | |
|---|---|
protected abstract void |
AbstractService.addMessageProcessors(InterceptingChainMessageProcessorBuilder builder)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||