public interface MessageHandler
See Endpoint for a usage example.
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | MessageHandler.Partial<T>This kind of handler is notified by the implementation as it becomes ready
 to deliver parts of a whole message. | 
| static interface  | MessageHandler.Whole<T>This kind of handler is notified by the container on arrival of a complete message. | 
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.