Uses of Interface
com.vii.brillien.kernel.axiom.transport.MessageProcessor

Packages that use MessageProcessor
com.vii.brillien.kernel.axiom.transport   
 

Uses of MessageProcessor in com.vii.brillien.kernel.axiom.transport
 

Methods in com.vii.brillien.kernel.axiom.transport with type parameters of type MessageProcessor
<M extends MessageProcessor>
void
Mediator.addMessageProcessorType(Class<M> messageProcessorType)
          Registers a MessageProcessor type
<M extends MessageProcessor>
void
Mediator.addMessageProcessorType(Class<M> messageProcessorType, Object outerInstance)
          Registers a MessageProcessor inner class type with the outer class instance
<M extends MessageProcessor>
Iterable<M>
Mediator.getNewMessageProcessorInstances(C comm)
          Creates an instances of evety registered MessageProcessor type and initiates them with the give Communication
 



Copyright © 2012. All Rights Reserved.